Skip to content

Commit

Permalink
Add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinalirao committed Nov 10, 2022
1 parent 359a32e commit e9f6b08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* Add OPA support to the Policy Set APIs by @mrinalirao [#575](https://github.com/hashicorp/go-tfe/pull/575)
* Add OPA support to the Policy APIs by @mrinalirao [#579](https://github.com/hashicorp/go-tfe/pull/579)
* Add Policy Evaluation and Policy Set Outcome APIs by @mrinalirao [#583](https://github.com/hashicorp/go-tfe/pull/583)

# v1.12.0

Expand Down
8 changes: 4 additions & 4 deletions mocks/policy_evaluation.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion policy_evaluation.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ type PolicySetOutcomes interface {

// **Note: This method is still in BETA and subject to change.**
// Read a policy set outcome by its ID. Only available for OPA policies.
Read(ctx context.Context, policy_set_outcome_id string) (*PolicySetOutcome, error)
Read(ctx context.Context, policySetOutcomeID string) (*PolicySetOutcome, error)
}

// policySetOutcome implements PolicySetOutcomes.
Expand Down

0 comments on commit e9f6b08

Please sign in to comment.