TFMM

gitea-terraform (46)

Published 2026-07-15 15:35:11 -04:00 by rlong

Installation

terraform {
	backend "http" {
		address = "https://gitea.tfmm.co/api/packages/TFMM/terraform/state/gitea-terraform"
		lock_address = "https://gitea.tfmm.co/api/packages/TFMM/terraform/state/gitea-terraform/lock"
		unlock_address = "https://gitea.tfmm.co/api/packages/TFMM/terraform/state/gitea-terraform/lock"
		lock_method = "POST"
		unlock_method = "DELETE"
	}
}
terraform init -migrate-state
Details
Terraform State
2026-07-15 15:35:11 -04:00
3
135 KiB
Assets (1)
tfstate 135 KiB
Versions (49) View all
49 2026-07-22
48 2026-07-15
47 2026-07-15
46 2026-07-15
45 2026-07-15