diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 27d6930..8c2f18c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,13 +37,6 @@ jobs: with: version: latest - # TODO: Temporary addition to ensure plugin-docs uses the v1.8.0-beta1 version of Terraform. This should be reverted once Terraform v1.8.0 is released. - - name: Setup Terraform (supporting provider functions) - uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 - with: - terraform_version: v1.8.0-beta1 - terraform_wrapper: false - - name: Generate run: make generate @@ -80,9 +73,6 @@ jobs: - name: Setup Terraform ${{ matrix.terraform }} uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 with: - # TODO: Temporary change has been made to `vars.TF_VERSIONS_PROTOCOL_V5` to include the `.*` to enable us - # to utilize the v1.8.0-beta1 version of Terraform. This should be reverted once Terraform v1.8.0 is released. - # terraform_version: ${{ matrix.terraform }}.* terraform_version: ${{ matrix.terraform }} terraform_wrapper: false