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 cce937b commit 76c4753Copy full SHA for 76c4753
.github/workflows/tf.yml
@@ -224,7 +224,7 @@ jobs:
224
225
- name: Setup Terraform
226
if: env.TVP_CLI_USES == 'terraform' || env.TVP_CLI_USES == ''
227
- uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3
+ uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0
228
with:
229
cli_config_credentials_hostname: ${{ env.TVP_CLI_HOSTNAME }}
230
cli_config_credentials_token: ${{ env.TVP_CLI_TOKEN }}
0 commit comments