diff --git a/terraform/remote-backend.tf b/terraform/remote-backend.tf index ec9f804..e18597e 100644 --- a/terraform/remote-backend.tf +++ b/terraform/remote-backend.tf @@ -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" } }