mirror of
https://github.com/opentofu/opentofu.git
synced 2026-06-03 21:52:43 -04:00
6 lines
79 B
Terraform
6 lines
79 B
Terraform
|
|
terraform {
|
||
|
|
backend "local" {
|
||
|
|
path = "local-state.tfstate"
|
||
|
|
}
|
||
|
|
}
|