forked from pub-solar/infra
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:
commit
750d73a22b
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue