Skip to content

Commit 6e2eb5b

Browse files
committed
comments
1 parent 6cfac82 commit 6e2eb5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 to attach/detach an existing `workspace` to an existing `policy set` as an exclusion, 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 `workspace` 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

internal/provider/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ func Provider() *schema.Provider {
140140
"tfe_workspace": resourceTFEWorkspace(),
141141
"tfe_workspace_run_task": resourceTFEWorkspaceRunTask(),
142142
"tfe_variable_set": resourceTFEVariableSet(),
143-
"tfe_workspace_variable_set": resourceTFEWorkspaceVariableSet(),
144143
"tfe_workspace_policy_set": resourceTFEWorkspacePolicySet(),
145144
"tfe_workspace_policy_set_exclusion": resourceTFEWorkspacePolicySetExclusion(),
146145
"tfe_workspace_run": resourceTFEWorkspaceRun(),
146+
"tfe_workspace_variable_set": resourceTFEWorkspaceVariableSet(),
147147
},
148148
ConfigureContextFunc: configure(),
149149
}

0 commit comments

Comments
 (0)