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 5c5d7b3 + c74e076 commit f637501Copy full SHA for f637501
.github/workflows/main.yml
@@ -24,19 +24,19 @@ jobs:
24
fi
25
26
- name: Run a Terraform init
27
- uses: docker://hashicorp/terraform:1.9.1
+ uses: docker://hashicorp/terraform:1.9.2
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.9.1
+1.9.2
0 commit comments