mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-04 10:01:33 -05:00
6 lines
79 B
HCL
6 lines
79 B
HCL
terraform {
|
|
backend "local" {
|
|
workspace_dir = "envdir-new"
|
|
}
|
|
}
|