Skip to content

Commit

Permalink
chore: rework devcontainer setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lechnerc77 committed Aug 22, 2024
1 parent 3cc6b1d commit a4ca9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/withenvfile/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"codespaces": {}
},
// Ifyou want to use SSO in the devcontainer, you must install the xdg-utils package (see .devcontainer/scripts/install-xdg.sh).
// If you want to use SSO in the devcontainer, you must install the xdg-utils package (see .devcontainer/scripts/install-xdg.sh).
"postCreateCommand": "cp ./assets/provider-config-local.txt ~/.terraformrc && mkdir ~/.terraform.d && cp ./assets/credentials.tfrc.json.txt ~/.terraform.d/credentials.tfrc.json",
"hostRequirements": {
"memory": "4gb"
Expand Down

0 comments on commit a4ca9f3

Please sign in to comment.