teutat3s
a335dcf8f5
All checks were successful
Flake checks / Check (pull_request) Successful in 9m54s
eu-central.manta.greenbaum.cloud -> eu-central.manta.greenbaum.zone
10 lines
274 B
HCL
10 lines
274 B
HCL
# https://www.terraform.io/language/v1.2.x/settings/backends/manta
|
|
terraform {
|
|
backend "manta" {
|
|
path = "pub-solar/nachtigall"
|
|
object_name = "terraform.tfstate"
|
|
account = "pub_solar"
|
|
url = "https://eu-central.manta.greenbaum.zone"
|
|
}
|
|
}
|