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 b733ece commit 3576481Copy full SHA for 3576481
.github/workflows/devcontainer-smoke.yml
@@ -35,14 +35,5 @@ jobs:
35
echo "Terraform version"
36
terraform version
37
38
- echo "Terraform init"
39
- terraform init -backend=false
40
-
41
- echo "Terraform validate"
42
- terraform validate
43
44
- echo "Terraform plan (dry run)"
45
- terraform plan -input=false -lock=false -detailed-exitcode || true
46
47
echo "OK: Terraform is working in devcontainer"
48
'
0 commit comments