fix: greenbaum manta URL for terraform remote state
All checks were successful
Flake checks / Check (pull_request) Successful in 9m54s

eu-central.manta.greenbaum.cloud -> eu-central.manta.greenbaum.zone
This commit is contained in:
teutat3s 2024-01-27 17:06:03 +01:00
parent 0ac447f6f5
commit a335dcf8f5
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -4,6 +4,6 @@ terraform {
path = "pub-solar/nachtigall"
object_name = "terraform.tfstate"
account = "pub_solar"
url = "https://eu-central.manta.greenbaum.cloud"
url = "https://eu-central.manta.greenbaum.zone"
}
}