From f656b579e23e77cd01700a2d7d27a1249fde54ee Mon Sep 17 00:00:00 2001 From: mrinalirao Date: Thu, 3 Nov 2022 08:45:32 +1100 Subject: [PATCH] Add CHANELOG entry and fix minor typo --- CHANGELOG.md | 1 + policy_set.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 (