mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-10 11:00:21 -05:00
6 lines
88 B
HCL
6 lines
88 B
HCL
terraform {
|
|
backend "local-single" {
|
|
path = "local-state-2.tfstate"
|
|
}
|
|
}
|