mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 18:01:01 -06:00
19cce931a8
Pulled and updated from https://github.com/hashicorp/terraform/pull/26260
6 lines
79 B
HCL
6 lines
79 B
HCL
terraform {
|
|
backend "local" {
|
|
path = "local-state.tfstate"
|
|
}
|
|
}
|