Block a user
Infrastructure (7)
Published 2026-08-15 11:57:00 +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