We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 420fb40 commit 9eb6ac3Copy full SHA for 9eb6ac3
.github/workflows/tests.yaml
@@ -42,7 +42,7 @@ jobs:
42
# That will be helpful to catch any issues related to a particular Terraform version.
43
fail-fast: false
44
matrix:
45
- terraform_version: ${{ fromJson(needs.get_version_matrix.outputs.version_matrix) }}
+ terraform_version: ${{ needs.get_version_matrix.outputs.version_matrix }}
46
steps:
47
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
48
- name: Set up Go
0 commit comments