We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea1862e commit a7ac7c8Copy full SHA for a7ac7c8
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ on:
4
pull_request:
5
branches: [master]
6
env:
7
- tf_version: "1.2.0" # must match value in examples/ci/advanced-example.tf
+ tf_version: "1.2.0" # Must be within range specified in main.tf
8
node_version: "16.x"
9
TF_IN_AUTOMATION: true
10
0 commit comments