Skip to content

Commit be7f3ec

Browse files
committed
ci: fix syntax for specifying terraform version
1 parent fca01d2 commit be7f3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
- uses: hashicorp/setup-terraform@v1
1414
with:
15-
tf_actions_version: 0.13.x
15+
terraform_version: 0.13.x
1616

1717
- run: terraform fmt
1818
- run: terraform init

0 commit comments

Comments
 (0)