Skip to content

Commit

Permalink
dev: improve devcontainer env
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtoj committed Aug 11, 2023
1 parent 4cfeb44 commit 7f481d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "Terraform",
"dockerFile": "Dockerfile",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2.0.1": {},
"ghcr.io/devcontainers/features/docker-in-docker:2.3.0": {},
},
"mounts": [
"source=${localEnv:HOME}/.aws,target=/home/vscode/.aws,type=bind,consistency=cached"
],
"containerEnv": {
"TF_PLUGIN_CACHE_DIR": "/workspaces/terraform-docker-artifact-packager/.devcontainer/tmp/.terraform.d/"
"TF_PLUGIN_CACHE_DIR": "${containerWorkspaceFolder}/.devcontainer/tmp/.terraform.d/"
},
"customizations": {
"vscode": {
Expand Down

0 comments on commit 7f481d5

Please sign in to comment.