TFMM

warpgate-terraform (4)

Published 2026-06-19 16:24:05 -04:00 by rlong

Installation

terraform {
	backend "http" {
		address = "https://gitea.tfmm.co/api/packages/TFMM/terraform/state/warpgate-terraform"
		lock_address = "https://gitea.tfmm.co/api/packages/TFMM/terraform/state/warpgate-terraform/lock"
		unlock_address = "https://gitea.tfmm.co/api/packages/TFMM/terraform/state/warpgate-terraform/lock"
		lock_method = "POST"
		unlock_method = "DELETE"
	}
}
terraform init -migrate-state
Details
Terraform State
2026-06-19 16:24:05 -04:00
11
15 KiB
Assets (1)
tfstate 15 KiB
Versions (5) View all
5 2026-07-15
4 2026-06-19
3 2026-05-08
2 2026-04-22
1 2026-04-22