Skip to content

Commit

Permalink
apps: support DEPLOYMENT_STARTED and DEPLOYMENT_CANCELLED alerts. (#1188
Browse files Browse the repository at this point in the history
)
  • Loading branch information
andrewsomething authored Jul 29, 2024
1 parent 39d4207 commit 3d6519a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions digitalocean/app/app_spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ func appSpecAppLevelAlerts() *schema.Resource {
ValidateFunc: validation.StringInSlice([]string{
string(godo.AppAlertSpecRule_DeploymentFailed),
string(godo.AppAlertSpecRule_DeploymentLive),
string(godo.AppAlertSpecRule_DeploymentStarted),
string(godo.AppAlertSpecRule_DeploymentCanceled),
string(godo.AppAlertSpecRule_DomainFailed),
string(godo.AppAlertSpecRule_DomainLive),
}, false),
Expand Down

0 comments on commit 3d6519a

Please sign in to comment.