Block a user
Infrastructure (13)
Published 2026-09-02 16:09:03 +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