Skip to content

Commit 4b28594

Browse files
committed
fix: notification_template schema
1 parent db897bd commit 4b28594

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

awx/resource_notification_template.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ func resourceNotificationTemplate() *schema.Resource {
4646
"notification_type": {
4747
Type: schema.TypeString,
4848
Optional: true,
49-
ExactlyOneOf: []string{
50-
"email", "grafana", "irc", "mattermost", "pagerduty", "rocketchat", "slack", "twilio", "webhook",
51-
},
5249
},
5350
"notification_configuration": {
5451
Type: schema.TypeMap,

0 commit comments

Comments
 (0)