Merge pull request 'fix: greenbaum manta URL for terraform remote state' (#102) from fix/manta-url into main

Reviewed-on: pub-solar/infra#102
Reviewed-by: Akshay Mankar <axeman@noreply.git.pub.solar>
This commit is contained in:
teutat3s 2024-01-28 23:19:35 +00:00
commit 750d73a22b
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

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