fix: greenbaum manta URL for terraform remote state #102

Merged
teutat3s merged 1 commit from fix/manta-url into main 2024-01-28 23:19:35 +00:00
Showing only changes of commit a335dcf8f5 - Show all commits

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"
}
}