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