Skip to content

Commit

Permalink
amended terraform version in buildspec (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentb4 authored Nov 14, 2024
1 parent b1e98f8 commit d367af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
phases:
install:
commands:
- wget --no-verbose -O terraform.zip https://releases.hashicorp.com/terraform/1.1.3/terraform_1.1.3_linux_amd64.zip
- wget --no-verbose -O terraform.zip https://releases.hashicorp.com/terraform/1.5.4/terraform_1.5.4_linux_amd64.zip
- unzip terraform.zip
- mv terraform /bin

Expand Down

0 comments on commit d367af6

Please sign in to comment.