We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea506a7 commit a620cfcCopy full SHA for a620cfc
1 file changed
.devcontainer/devcontainer.json
@@ -14,7 +14,7 @@
14
"mounts": [
15
"source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind"
16
],
17
- "onCreateCommand": "terraform || true",
+ "onCreateCommand": "terraform version",
18
"customizations": {
19
"vscode": {
20
"settings": {
0 commit comments