diff --git a/CHANGELOG.md b/CHANGELOG.md index db2a2088f..2f0f366bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Enhancements * Add `NotificationTriggerAssessmentCheckFailed` notification trigger type by @rexredinger [#549](https://github.com/hashicorp/go-tfe/pull/549) +* Add OPA support to the Policy Set API's by @mrinalirao [#575](https://github.com/hashicorp/go-tfe/pull/575) # v1.11.0 diff --git a/policy_set.go b/policy_set.go index 637488747..663c83484 100644 --- a/policy_set.go +++ b/policy_set.go @@ -11,7 +11,7 @@ import ( var _ PolicySets = (*policySets)(nil) // PolicyKind is an indicator of the underlying technology that the policy or policy set supports. -// There are two Policykinds documented in the enum. +// There are two kinds documented in the enum. type PolicyKind string const (