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 4bb44b2 commit d146f9aCopy full SHA for d146f9a
.github/workflows/tf-preview.yaml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-22.04
13
env:
14
# renovate: datasource=github-releases depName=hashicorp/terraform
15
- TERRAFORM_VERSION: "1.9.3"
+ TERRAFORM_VERSION: "1.9.5"
16
TF_HTTP_PASSWORD: ${{ github.token }}
17
TF_IN_AUTOMATION: "true"
18
TF_CLI_ARGS: -input=false
.github/workflows/tf-run.yaml
@@ -16,7 +16,7 @@ jobs:
checks: write
19
20
21
22
TF_CLI_ARGS: "-input=false"
0 commit comments