Skip to content

Commit

Permalink
dev: fix mount for aws config
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtoj committed Aug 3, 2023
1 parent 69186dc commit 4cfeb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ghcr.io/devcontainers/features/docker-in-docker:2.0.1": {},
},
"mounts": [
"source=${localEnv:HOME}/.aws,target=${env:HOME}/.aws,type=bind,consistency=cached"
"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/"
Expand Down

0 comments on commit 4cfeb44

Please sign in to comment.