Skip to content

Commit

Permalink
workflows: Remove comments and temp workaround for docs (#305)
Browse files Browse the repository at this point in the history
* workflows: Remove wildcard suffix from Terraform workflow call

* fix and remove temp fixes

* fix
  • Loading branch information
austinvalle authored Apr 18, 2024
1 parent b3cdd84 commit e2418de
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit e2418de

Please sign in to comment.