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.
2 parents e4e1c3e + ff93eb6 commit bd3670bCopy full SHA for bd3670b
.github/workflows/main.yml
@@ -24,19 +24,19 @@ jobs:
24
fi
25
26
- name: Run a Terraform init
27
- uses: docker://hashicorp/terraform:1.1.5
+ uses: docker://hashicorp/terraform:1.8.5
28
with:
29
entrypoint: terraform
30
args: init
31
32
- name: Run a Terraform validate
33
34
35
36
args: validate
37
38
- name: Run a Terraform format check
39
40
41
42
args: fmt -check=true -diff=true
.terraform-version
@@ -1 +1 @@
1
-1.1.5
+1.8.5
0 commit comments