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" {
|
module "example" {
|
||||||
# ...
|
# ...
|
||||||
|
|
||||||
name_prefix = "app-${terraform-workspace}"
|
name_prefix = "app-${terraform.workspace}"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue