Merge pull request #29241 from hashicorp/DanielMSchmidt-patch-1

terraform-workspace should be terraform.workspace
This commit is contained in:
Laura Pacilio 2021-07-26 11:34:51 -04:00 committed by GitHub
commit 7d52e3c473
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ or some other value if not:
module "example" { module "example" {
# ... # ...
name_prefix = "app-${terraform-workspace}" name_prefix = "app-${terraform.workspace}"
} }
``` ```