diff --git a/CHANGELOG.md b/CHANGELOG.md index 2389d4744..01c798187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,17 @@ ## Unreleased +DEPRECATIONS: +* r/tfe_sentinel_policy is deprecated in favor of a new resource tfe_policy, which supports both Seninel and OPA policies +* r/tfe_organization_module_sharing is deprecated in favor of a new resource tfe_admin_organization_settings, which supports the global module sharing option + FEATURES: +* **New Resource**: `tfe_admin_organization_settings` ([#709](https://github.com/hashicorp/terraform-provider-tfe/pull/709)) adds the ability for Terraform Enterprise admins to configure settings for an organization, including module consumers and global module sharing config. +* **New Resource**: `tfe_policy` is a new resource that supports both Sentinel as well as OPA policies. `tfe_sentinel_policy` now includes a deprecation warning. ([#690](https://github.com/hashicorp/terraform-provider-tfe/pull/690)) * d/tfe_workspace_ids: Add support for filtering workspace names with partial matching using `*` ([#698](https://github.com/hashicorp/terraform-provider-tfe/pull/698)) * r/tfe_workspace: Add preemptive check for resources under management when `force_delete` attribute is false ([#699](https://github.com/hashicorp/terraform-provider-tfe/pull/699)) -* r/tfe_policy: Add OPA support for policies. `tfe_policy` is a new resource that supports both Sentinel as well as OPA policies. `tfe_sentinel_policy` now includes a deprecation warning. ([#690](https://github.com/hashicorp/terraform-provider-tfe/pull/690)) * r/tfe_policy_set: Add OPA support for policy sets. ([#691](https://github.com/hashicorp/terraform-provider-tfe/pull/691)) * d/tfe_policy_set: Add optional `kind` and `overridable` fields for OPA policy sets ([#691](https://github.com/hashicorp/terraform-provider-tfe/pull/691)) -* r/tfe_policy: Fix documentation to make enforce_mode not a required property ([#705](https://github.com/hashicorp/terraform-provider-tfe/pull/705)) -* r/tfe_sentinel_policy: Fix documentation to make enforce_mode not a required property ([#705](https://github.com/hashicorp/terraform-provider-tfe/pull/705)) +* r/tfe_policy: enforce_mode is no longer a required property ([#705](https://github.com/hashicorp/terraform-provider-tfe/pull/705)) ## v0.39.0 (November 18, 2022)