We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 453bf3f commit fec99a7Copy full SHA for fec99a7
2 files changed
.github/workflows/delete-rosa-cluster.yaml
@@ -29,8 +29,6 @@ jobs:
29
persist-credentials: false
30
- name: Install Terraform
31
uses: hashicorp/setup-terraform@v4
32
- with:
33
- terraform_version: "1.14.9" # FIXME - Remove pin once Terraform >= 1.15.1 is released
34
- name: Configure AWS Credentials
35
uses: aws-actions/configure-aws-credentials@v6
36
with:
.github/workflows/e2e-rosa-tests.yaml
@@ -78,8 +78,6 @@ jobs:
78
go-version-file: "go.mod"
79
80
81
82
83
84
id: aws-creds
85
0 commit comments