Timon Horlboge SecretMineDE
  • Joined on 2022-07-26

Infrastructure (11)

Published 2026-08-15 17:01:44 +02:00 by SecretMineDE

Installation

terraform {
	backend "http" {
		address = "https://git.secretmine.de/api/packages/SecretMineDE/terraform/state/Infrastructure"
		lock_address = "https://git.secretmine.de/api/packages/SecretMineDE/terraform/state/Infrastructure/lock"
		unlock_address = "https://git.secretmine.de/api/packages/SecretMineDE/terraform/state/Infrastructure/lock"
		lock_method = "POST"
		unlock_method = "DELETE"
	}
}
terraform init -migrate-state
Details
Terraform State
2026-08-15 17:01:44 +02:00
7
48 KiB
Assets (1)
tfstate 48 KiB
Versions (14) View all
14 2026-09-02
13 2026-09-02
12 2026-08-29
11 2026-08-15
10 2026-08-15