unifi (36)
Published 2026-08-02 19:10:50 +00:00 by artem
Installation
terraform {
backend "http" {
address = "https://git.sheremet.ch/api/packages/home/terraform/state/unifi"
lock_address = "https://git.sheremet.ch/api/packages/home/terraform/state/unifi/lock"
unlock_address = "https://git.sheremet.ch/api/packages/home/terraform/state/unifi/lock"
lock_method = "POST"
unlock_method = "DELETE"
}
}terraform init -migrate-state