template-app-dev (1)
Published 2026-09-08 15:33:37 +00:00 by atlantis-bot
Installation
terraform {
backend "http" {
address = "https://git.itlab-ffeks.dnu.edu.ua/api/packages/template-org/terraform/state/template-app-dev"
lock_address = "https://git.itlab-ffeks.dnu.edu.ua/api/packages/template-org/terraform/state/template-app-dev/lock"
unlock_address = "https://git.itlab-ffeks.dnu.edu.ua/api/packages/template-org/terraform/state/template-app-dev/lock"
lock_method = "POST"
unlock_method = "DELETE"
}
}terraform init -migrate-state