mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-21 14:18:43 -04:00
5 lines
79 B
HCL
5 lines
79 B
HCL
terraform {
|
|
backend "local" {
|
|
workspace_dir = "envdir-new"
|
|
}
|
|
}
|