mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-20 10:01:21 -05:00
6 lines
90 B
HCL
6 lines
90 B
HCL
terraform {
|
|
backend "local-no-default" {
|
|
workspace_dir = "envdir-new"
|
|
}
|
|
}
|