We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4decf commit 6f1f558Copy full SHA for 6f1f558
.github/workflows/lint.yml
@@ -46,6 +46,7 @@ jobs:
46
terraform validate
47
cd -
48
done
49
+
50
minimum:
51
name: Minimum version check
52
runs-on: ubuntu-latest
.github/workflows/test.yml
@@ -0,0 +1,13 @@
1
+# name: Lint
2
3
+# on: [push]
4
5
+# jobs:
6
+# test:
7
+# name: Run Tests
8
+# runs-on: ubuntu-latest
9
+# container:
10
+# image: hashicorp/terraform:latest
11
+# steps:
12
+# - uses: actions/checkout@v4
13
+# - run: terraform test
0 commit comments