We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e16e3 commit fa9136fCopy full SHA for fa9136f
.devcontainer/devcontainer.json
@@ -4,11 +4,10 @@
4
"dockerfile": "Dockerfile",
5
"args": {
6
"VARIANT": "ubuntu-22.04",
7
- "GOMPLATE_VERSION": "3.11.3",
8
"TERRAFORM_DOCS_VERSION": "0.16.0",
9
- "TFLINT_AWS_RULESET_VERSION": "0.17.1",
10
"TFSEC_VERSION": "1.28.0",
11
- "TERRASCAN_VERSION": "1.15.2"
+ "TERRASCAN_VERSION": "1.15.2",
+ "TFLINT_AWS_RULESET_VERSION": "0.21.1"
12
}
13
},
14
"postStartCommand": "post-start",
0 commit comments