diff --git a/CHANGELOG.md b/CHANGELOG.md index ebb8f152d..ec6209d29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Enhancements * Remove `DefaultProject` from `OrganizationUpdateOptions` to prevent updating an organization's default project, by @netramali [#1078](https://github.com/hashicorp/go-tfe/pull/1078) +* 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) ## BREAKING CHANGES diff --git a/stack.go b/stack.go index 8e365c7c2..de4ab45fa 100644 --- a/stack.go +++ b/stack.go @@ -73,6 +73,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