From 43ae62506fa1c62c1c3f6e569696b42caf701c69 Mon Sep 17 00:00:00 2001 From: Michael Li Date: Tue, 10 Oct 2023 12:07:06 -0400 Subject: [PATCH] Revert "chore(e2e): Set terraform version to 1.5 until issue is addressed (#3797)" (#3815) This reverts commit 031e143dfb8313683a4e8a2343f030a30ed07475. --- .github/workflows/enos-fmt.yml | 1 - .github/workflows/enos-run.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/enos-fmt.yml b/.github/workflows/enos-fmt.yml index 8c2c6a88c3..ac5149d737 100644 --- a/.github/workflows/enos-fmt.yml +++ b/.github/workflows/enos-fmt.yml @@ -22,7 +22,6 @@ jobs: - uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # TSCCR: loading action configs: failed to query HEAD reference: failed to get advertised references: authorization failed with: terraform_wrapper: false - terraform_version: 1.5.7 # QT-623: pin to terraform 1.5.x until a tfjson bug is resolved - uses: hashicorp/action-setup-enos@v1 # TSCCR: loading action configs: failed to query HEAD reference: failed to get advertised references: authorization failed with: github-token: ${{ secrets.SERVICE_USER_GITHUB_TOKEN }} diff --git a/.github/workflows/enos-run.yml b/.github/workflows/enos-run.yml index 9025fda5f8..d88ee719a3 100644 --- a/.github/workflows/enos-run.yml +++ b/.github/workflows/enos-run.yml @@ -125,7 +125,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_version: 1.5.7 # QT-623: pin to terraform 1.5.x until a tfjson bug is resolved - name: Import GPG key for Boundary pass keystore id: import_gpg uses: crazy-max/ghaction-import-gpg@72b6676b71ab476b77e676928516f6982eef7a41 # v5.3.0