infra/terraform/remote-backend.tf
teutat3s cc24383f23
fix: add account and url to manta remote state
backend, only TRITON_KEY_ID required in env now.
Also add .terraform to gitignore and add terraform lock file
2023-10-29 19:39:22 +00:00

10 lines
275 B
HCL

# https://www.terraform.io/language/v1.2.x/settings/backends/manta
terraform {
backend "manta" {
path = "pub-solar/nachtigall"
object_name = "terraform.tfstate"
account = "pub_solar"
url = "https://eu-central.manta.greenbaum.cloud"
}
}