Skip to content

Commit a1edf23

Browse files
committed
pin terraform to 1.3.0
1 parent 481bcf4 commit a1edf23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
steps:
1010
- uses: actions/checkout@master
1111
- uses: hashicorp/setup-terraform@v1
12+
with:
13+
terraform_version: 1.3.0
1214
- id: Init
1315
run: terraform init -no-color
1416
- id: Fmt

0 commit comments

Comments
 (0)