mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-01 11:47:07 -06:00
6 lines
81 B
HCL
6 lines
81 B
HCL
terraform {
|
|
backend "local" {
|
|
path = "local-state-2.tfstate"
|
|
}
|
|
}
|