mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-19 02:39:17 -05:00
5 lines
81 B
HCL
5 lines
81 B
HCL
terraform {
|
|
backend "local" {
|
|
path = "local-state-2.tfstate"
|
|
}
|
|
}
|