We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff28df commit 32921e2Copy full SHA for 32921e2
.github/workflows/continuous-integration-terraform.yml
@@ -24,19 +24,19 @@ jobs:
24
fi
25
26
- name: Run a Terraform init
27
- uses: docker://hashicorp/terraform:1.10.1
+ uses: docker://hashicorp/terraform:1.10.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.10.1
+1.10.5
0 commit comments