mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #29241 from hashicorp/DanielMSchmidt-patch-1
terraform-workspace should be terraform.workspace
This commit is contained in:
commit
7d52e3c473
@ -152,7 +152,7 @@ or some other value if not:
|
||||
module "example" {
|
||||
# ...
|
||||
|
||||
name_prefix = "app-${terraform-workspace}"
|
||||
name_prefix = "app-${terraform.workspace}"
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user