We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae2e1ad commit c16a3e4Copy full SHA for c16a3e4
.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.6"
16
17
TF_HTTP_PASSWORD: ${{ github.token }}
18
TF_IN_AUTOMATION: "true"
.github/workflows/tf-run.yaml
@@ -19,7 +19,7 @@ jobs:
19
checks: write
20
21
22
23
24
TF_HTTP_ADDRESS: https://ffddorf-terraform-backend.fly.dev/state/supernodes-v2/${{ matrix.domain }}
25
TF_HTTP_LOCK_ADDRESS: https://ffddorf-terraform-backend.fly.dev/state/supernodes-v2/${{ matrix.domain }}
0 commit comments