diff --git a/CHANGELOG.md b/CHANGELOG.md index 08c013d3e..ef452dd2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Enhancements * Add variable set support for stacks with `ApplyToStacks`, `RemoveFromStacks`, and `UpdateStacks` API methods by @nithishravindra [#1251](https://github.com/hashicorp/go-tfe/pull/1251) +* Adds`TriggerDisabled` field to `stack` struct to enable a stack to opt-in/opt-out of webhook processing by @mjyocca [#1017](https://github.com/hashicorp/go-tfe/pull/1017) # v1.96.0 diff --git a/stack.go b/stack.go index 05982cc16..1a0cd00c0 100644 --- a/stack.go +++ b/stack.go @@ -71,6 +71,7 @@ type StackVCSRepo struct { Branch string `jsonapi:"attr,branch,omitempty"` GHAInstallationID string `jsonapi:"attr,github-app-installation-id,omitempty"` OAuthTokenID string `jsonapi:"attr,oauth-token-id,omitempty"` + TriggerDisabled bool `jsonapi:"attr,trigger-disabled"` } // StackVCSRepoOptions