forked from pub-solar/infra
fix: greenbaum manta URL for terraform remote state
eu-central.manta.greenbaum.cloud -> eu-central.manta.greenbaum.zone
This commit is contained in:
parent
0ac447f6f5
commit
a335dcf8f5
|
@ -4,6 +4,6 @@ terraform {
|
||||||
path = "pub-solar/nachtigall"
|
path = "pub-solar/nachtigall"
|
||||||
object_name = "terraform.tfstate"
|
object_name = "terraform.tfstate"
|
||||||
account = "pub_solar"
|
account = "pub_solar"
|
||||||
url = "https://eu-central.manta.greenbaum.cloud"
|
url = "https://eu-central.manta.greenbaum.zone"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue