Skip to content

Commit 700d8b6

Browse files
committed
comments
1 parent 52b17da commit 700d8b6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FEATURES:
88
* `d/tfe_organization_membership`: Add `organization_membership_id` attribute, by @laurenolivia [997](https://github.com/hashicorp/terraform-provider-tfe/pull/997)
99
* `d/tfe_variable_set`: Add `project_ids` attribute, by @Netra2104 [994](https://github.com/hashicorp/terraform-provider-tfe/pull/994)
1010
* **New Data Source**: `d/tfe_teams` is a new data source to return names and IDs of Teams in an Organization, by @isaacmcollins [992](https://github.com/hashicorp/terraform-provider-tfe/pull/992)
11-
* **New Resource**: `r/tfe_workspace_policy_set_exclusion` is a new resource allowing the exclusion of one or more existing `workspace` from an existing `policy set`, by @Netra2104 [1033](https://github.com/hashicorp/terraform-provider-tfe/pull/1033)
11+
* **New Resource**: `r/tfe_workspace_policy_set_exclusion` is a new resource allowing the exclusion of one or more existing workspaces from an existing `policy set`, by @Netra2104 [1033](https://github.com/hashicorp/terraform-provider-tfe/pull/1033)
1212

1313
## v0.48.0 (August 7, 2023)
1414

website/docs/r/workspace_policy_set_exclusion.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ The following arguments are supported:
5151

5252
## Import
5353

54-
Excluded Workspace Policy Sets can be imported; use `<ORGANIZATION>/<WORKSPACE NAME>/<POLICY SET NAME>`. For example:
54+
Excluded Workspace Policy Sets can be imported; use `<ORGANIZATION>/<WORKSPACE_EXCLUSIONS NAME>/<POLICY SET NAME>`. For example:
5555

5656
```shell
57-
terraform import tfe_workspace_policy_set_exclusion.test 'my-org-name/workspace/policy-set-name'
57+
terraform import tfe_workspace_policy_set_exclusion.test 'my-org-name/workspace-exclusion/policy-set-name'
5858
```

0 commit comments

Comments
 (0)