Skip to content

Commit

Permalink
Merge pull request #241 from rollbar/pawel/fix_notification
Browse files Browse the repository at this point in the history
fixing notification types
  • Loading branch information
pawelsz-rb authored Sep 14, 2021
2 parents 65b6ca8 + 1a0dd15 commit 6f7e00b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion rollbar/resource_notification.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,16 @@ func resourceNotification() *schema.Resource {
Type: schema.TypeString,
Optional: true,
},
"period": {
Description: "Period",
Type: schema.TypeInt,
Optional: true,
},
"count": {
Description: "Count",
Type: schema.TypeInt,
Optional: true,
},
},
},
},
Expand Down Expand Up @@ -122,7 +132,7 @@ func resourceNotification() *schema.Resource {
},
"show_message_buttons": {
Description: "Show message buttons (slack)",
Type: schema.TypeString,
Type: schema.TypeBool,
Optional: true,
},
"service_key": {
Expand Down

0 comments on commit 6f7e00b

Please sign in to comment.