We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d91dd1f commit 02b0138Copy full SHA for 02b0138
.github/workflows/issue-comment-triage.yml
.github/workflows/lock.yml
.github/workflows/test.yml
@@ -42,12 +42,6 @@ jobs:
42
with:
43
go-version-file: "go.mod"
44
cache: true
45
- # Temporarily download Terraform 1.8 prerelease for function documentation support.
46
- # When Terraform 1.8.0 final is released, this can be removed.
47
- - uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3.1.1
48
- with:
49
- terraform_version: "1.8.0-alpha20240216"
50
- terraform_wrapper: false
51
- run: go generate ./...
52
- name: git diff
53
run: |
0 commit comments