Skip to content

Commit fa9136f

Browse files
feat: pass tools version to be installed during docker build
1 parent 27e16e3 commit fa9136f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
"dockerfile": "Dockerfile",
55
"args": {
66
"VARIANT": "ubuntu-22.04",
7-
"GOMPLATE_VERSION": "3.11.3",
87
"TERRAFORM_DOCS_VERSION": "0.16.0",
9-
"TFLINT_AWS_RULESET_VERSION": "0.17.1",
108
"TFSEC_VERSION": "1.28.0",
11-
"TERRASCAN_VERSION": "1.15.2"
9+
"TERRASCAN_VERSION": "1.15.2",
10+
"TFLINT_AWS_RULESET_VERSION": "0.21.1"
1211
}
1312
},
1413
"postStartCommand": "post-start",

0 commit comments

Comments
 (0)