Skip to content

Commit 9040da0

Browse files
authored
Merge pull request #1792 from aws-observability/settf
Fix imagebuild tf version
2 parents 602c1f4 + 56567f0 commit 9040da0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-test-images.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
arguments: build
4242
- name: Set up terraform
4343
uses: hashicorp/setup-terraform@v3
44+
with:
45+
terraform_version: "1.5.7"
4446
- name: run imagebuild
4547
working-directory: terraform/imagebuild
4648
run: |

0 commit comments

Comments
 (0)