Block a user
infra (2)
Published 2026-05-15 23:58:25 +00:00 by thatguygriff
Installation
terraform {
backend "http" {
address = "https://git.unsupervised.ca/api/packages/thatguygriff/terraform/state/infra"
lock_address = "https://git.unsupervised.ca/api/packages/thatguygriff/terraform/state/infra/lock"
unlock_address = "https://git.unsupervised.ca/api/packages/thatguygriff/terraform/state/infra/lock"
lock_method = "POST"
unlock_method = "DELETE"
}
}terraform init -migrate-state