feat: store Terraform state in Backblaze B2
Some checks failed
Terraform Plan / Terraform Plan (push) Failing after 9s

Configure an s3 backend and initialize Terraform in CI with backend config from Gitea secrets so state persists across runs and apply operations stay consistent.
This commit is contained in:
2026-02-28 00:52:40 +00:00
parent c0dd091b51
commit b0768db7a7
3 changed files with 30 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
terraform {
backend "s3" {}
required_providers {
proxmox = {
source = "Telmate/proxmox"