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 481bcf4 commit a1edf23Copy full SHA for a1edf23
.github/workflows/checks.yml
@@ -9,6 +9,8 @@ jobs:
9
steps:
10
- uses: actions/checkout@master
11
- uses: hashicorp/setup-terraform@v1
12
+ with:
13
+ terraform_version: 1.3.0
14
- id: Init
15
run: terraform init -no-color
16
- id: Fmt
0 commit comments