6 lines
88 B
Terraform
6 lines
88 B
Terraform
|
terraform {
|
||
|
backend "local-single" {
|
||
|
path = "local-state-2.tfstate"
|
||
|
}
|
||
|
}
|