fix: bump tofu (#23152)

This commit is contained in:
bo0tzz 2025-10-22 13:13:03 +02:00 committed by GitHub
parent 9bb2fc238a
commit fc5fc58759
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -182,7 +182,7 @@ jobs:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
TF_STATE_POSTGRES_CONN_STR: ${{ secrets.TF_STATE_POSTGRES_CONN_STR }} TF_STATE_POSTGRES_CONN_STR: ${{ secrets.TF_STATE_POSTGRES_CONN_STR }}
working-directory: 'deployment/modules/cloudflare/docs' working-directory: 'deployment/modules/cloudflare/docs'
run: 'mise run tf output -json' run: 'mise run tf output -- -json'
- name: Output Cleaning - name: Output Cleaning
id: clean id: clean

View File

@ -36,7 +36,7 @@ jobs:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
TF_STATE_POSTGRES_CONN_STR: ${{ secrets.TF_STATE_POSTGRES_CONN_STR }} TF_STATE_POSTGRES_CONN_STR: ${{ secrets.TF_STATE_POSTGRES_CONN_STR }}
working-directory: 'deployment/modules/cloudflare/docs' working-directory: 'deployment/modules/cloudflare/docs'
run: 'mise run tf destroy -refresh=false' run: 'mise run tf destroy -- -refresh=false'
- name: Comment - name: Comment
uses: actions-cool/maintain-one-comment@4b2dbf086015f892dcb5e8c1106f5fccd6c1476b # v3.2.0 uses: actions-cool/maintain-one-comment@4b2dbf086015f892dcb5e8c1106f5fccd6c1476b # v3.2.0

View File

@ -2,8 +2,8 @@
node = "22.20.0" node = "22.20.0"
flutter = "3.35.6" flutter = "3.35.6"
pnpm = "10.18.1" pnpm = "10.18.1"
terragrunt = "0.58.12" terragrunt = "0.91.2"
opentofu = "1.7.1" opentofu = "1.10.6"
[tools."github:CQLabs/homebrew-dcm"] [tools."github:CQLabs/homebrew-dcm"]
version = "1.30.0" version = "1.30.0"