Skip to content

Commit 313d965

Browse files
Jensen Tongjet-tong
authored andcommitted
ci: remove terraform 1.14.9 version pin
Signed-off-by: Jensen Tong <jetong@amazon.com>
1 parent 9aac7cc commit 313d965

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/delete-rosa-cluster.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
persist-credentials: false
3030
- name: Install Terraform
3131
uses: hashicorp/setup-terraform@v4
32-
with:
33-
terraform_version: "1.14.9" # FIXME - Remove pin once Terraform >= 1.15.1 is released
3432
- name: Configure AWS Credentials
3533
uses: aws-actions/configure-aws-credentials@v6
3634
with:

.github/workflows/e2e-rosa-tests.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ jobs:
7878
go-version-file: "go.mod"
7979
- name: Install Terraform
8080
uses: hashicorp/setup-terraform@v4
81-
with:
82-
terraform_version: "1.14.9" # FIXME - Remove pin once Terraform >= 1.15.1 is released
8381
- name: Configure AWS Credentials
8482
id: aws-creds
8583
uses: aws-actions/configure-aws-credentials@v6

0 commit comments

Comments
 (0)