Skip to content

Commit 5e8cbdb

Browse files
committed
Update workspace.html.markdown
1 parent 699a354 commit 5e8cbdb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## UNRELEASED
22

33
FEATURES:
4-
* `r/tfe_workspace`: Add `ignore_additional_tag_names` which explicitly ignores tag_names _not_ defined by config to exist on the workspace without being overwritten when the resource is refreshed, by @brandonc and @mbillow
4+
* `r/tfe_workspace`: Add `ignore_additional_tag_names` which explicitly ignores `tag_names` _not_ defined by config so they will not be overwritten by the configured tags, by @brandonc and @mbillow [1254](https://github.com/hashicorp/terraform-provider-tfe/pull/1254)
55

66
## v0.52.0
77

website/docs/r/workspace.html.markdown

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,12 @@ The following arguments are supported:
113113
workspace will display their output as text logs.
114114
* `ssh_key_id` - (Optional) The ID of an SSH key to assign to the workspace.
115115
* `tag_names` - (Optional) A list of tag names for this workspace. Note that tags must only contain lowercase letters, numbers, colons, or hyphens.
116-
* `ignore_additional_tag_names` - (Optional) A boolean value that, when set to true, allows additional unmanaged tags to be applied to this workspace outside of terraform without being overwritten by `tag_names` config. This creates exceptional behavior in terraform with respect to `tag_names` and is not recommended.
116+
* `ignore_additional_tag_names` - (Optional) Explicitly ignores `tag_names`
117+
_not_ defined by config so they will not be overwritten by the configured
118+
tags. This creates exceptional behavior in terraform with respect
119+
to `tag_names` and is not recommended. This value must be applied before it
120+
will be used.
121+
* `terraform_version` - (Optional) The version of Terraform to use for this
117122
workspace. This can be either an exact version or a
118123
[version constraint](https://developer.hashicorp.com/terraform/language/expressions/version-constraints)
119124
(like `~> 1.0.0`); if you specify a constraint, the workspace will always use

0 commit comments

Comments
 (0)