terraform-workspace should be terraform.workspace
Closes #28881 by @abidmunirmalik
This commit is contained in:
parent
e09b831f6e
commit
59dd7f8f51
|
@ -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