From e2418deba3ac646277348dee01c3cc79e35da16f Mon Sep 17 00:00:00 2001 From: Austin Valle Date: Thu, 18 Apr 2024 08:28:10 -0400 Subject: [PATCH] workflows: Remove comments and temp workaround for docs (#305) * workflows: Remove wildcard suffix from Terraform workflow call * fix and remove temp fixes * fix --- .github/workflows/test.yml | 10 ---------- 1 file changed, 10 deletions(-) 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