Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport of ci: unpin terraform in CI into release/1.12.x #19730

Merged
merged 2 commits into from
Mar 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/enos-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
- uses: hashicorp/setup-terraform@v2
with:
terraform_wrapper: false
# Terraform 1.4.x introduced an issue that prevents some resources from
# planning. Pin to 1.3.x until it is resolved.
terraform_version: 1.3.9
- uses: hashicorp/action-setup-enos@v1
with:
github-token: ${{ secrets.ELEVATED_GITHUB_TOKEN }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/enos-run-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ jobs:
# the Terraform wrapper will break Terraform execution in Enos because
# it changes the output to text when we expect it to be JSON.
terraform_wrapper: false
# Terraform 1.4.x introduced an issue that prevents some resources from
# planning. Pin to 1.3.x until it is resolved.
terraform_version: 1.3.9
- name: Set up Enos
uses: hashicorp/action-setup-enos@v1
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test-enos-scenario-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ jobs:
with:
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}
terraform_wrapper: false
# Terraform 1.4.x introduced an issue that prevents some resources from
# planning. Pin to 1.3.x until it is resolved.
terraform_version: 1.3.9
- name: Prepare scenario dependencies
run: |
mkdir -p ./enos/support/terraform-plugin-cache
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test-run-enos-scenario-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ jobs:
# the Terraform wrapper will break Terraform execution in Enos because
# it changes the output to text when we expect it to be JSON.
terraform_wrapper: false
# Terraform 1.4.x introduced an issue that prevents some resources from
# planning. Pin to 1.3.x until it is resolved.
terraform_version: 1.3.9
- uses: aws-actions/configure-aws-credentials@v1-node16
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_CI }}
Expand Down