Skip to content

Commit

Permalink
dev: fix the devcontainer settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtoj committed Jul 17, 2023
1 parent f0c8931 commit 105bda6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,4 @@ RUN SYSTEM_ARCH=$(dpkg --print-architecture) \
# Verify Installs
RUN terraform --version \
&& aws --version \
&& node --version \
&& npm --version \
&& opa version \
&& tsc --version \
&& docker --version
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": {},
},
"containerEnv": {
"TF_PLUGIN_CACHE_DIR": "/workspaces/terraform-docker-artifact-packager/.devcontainers/tmp/.terraform.d/"
"TF_PLUGIN_CACHE_DIR": "/workspaces/terraform-aws-s3-zip-uploader/.devcontainer/tmp/.terraform.d/"
},
"customizations": {
"vscode": {
Expand Down
Empty file added .devcontainer/tmp/.gitkeep
Empty file.
Empty file.

0 comments on commit 105bda6

Please sign in to comment.