mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-19 21:22:57 -06:00
6 lines
90 B
HCL
6 lines
90 B
HCL
terraform {
|
|
backend "local-no-default" {
|
|
workspace_dir = "envdir-new"
|
|
}
|
|
}
|