Skip to content

Commit

Permalink
Small changes to dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
charliecon committed Sep 10, 2024
1 parent d2107f8 commit e527f54
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@
},
"features": {
"ghcr.io/devcontainers/features/terraform:1":{},
"ghcr.io/devcontainers/features/go:1":{},
"ghcr.io/devcontainers/features/go:1":{
"version": "1.20"
},
"ghcr.io/devcontainers/features/python": {}
},
"containerEnv": {
"TF_ACC": "-"
},
"hostRequirements": {
"cpus": 4,
"memory": "16gb",
Expand Down

0 comments on commit e527f54

Please sign in to comment.