8 lines
181 B
HCL
8 lines
181 B
HCL
# https://www.terraform.io/language/v1.2.x/settings/backends/manta
|
|
terraform {
|
|
backend "manta" {
|
|
path = "pub-solar/infra-1"
|
|
object_name = "terraform.tfstate"
|
|
}
|
|
}
|