terraform-workspace should be terraform.workspace

Closes #28881 by @abidmunirmalik
pull/29241/head
Daniel Schmidt 5 years ago committed by GitHub
parent e09b831f6e
commit 59dd7f8f51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save