We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db897bd commit 4b28594Copy full SHA for 4b28594
1 file changed
awx/resource_notification_template.go
@@ -46,9 +46,6 @@ func resourceNotificationTemplate() *schema.Resource {
46
"notification_type": {
47
Type: schema.TypeString,
48
Optional: true,
49
- ExactlyOneOf: []string{
50
- "email", "grafana", "irc", "mattermost", "pagerduty", "rocketchat", "slack", "twilio", "webhook",
51
- },
52
},
53
"notification_configuration": {
54
Type: schema.TypeMap,
0 commit comments