mirror of
https://github.com/opentofu/opentofu.git
synced 2026-02-12 07:13:18 -05:00
5 lines
79 B
HCL
5 lines
79 B
HCL
terraform {
|
|
backend "local" {
|
|
path = "local-state.tfstate"
|
|
}
|
|
}
|