Skip to content

Commit

Permalink
dev: mount aws config dir to countainer
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtoj committed Jul 31, 2023
1 parent 167f6cf commit 7b0aa5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2.0.1": {},
},
"mounts": [
"source=${localEnv:HOME}/.aws,target=${env:HOME}/.aws,type=bind,consistency=cached"
],
"containerEnv": {
"TF_PLUGIN_CACHE_DIR": "/workspaces/terraform-docker-artifact-packager/.devcontainer/tmp/.terraform.d/"
},
Expand All @@ -28,6 +31,7 @@
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig",
"github.copilot",
"github.copilot-chat",
"github.vscode-github-actions",
"hashicorp.terraform",
"ms-azuretools.vscode-docker",
Expand Down

0 comments on commit 7b0aa5e

Please sign in to comment.