Skip to content

Commit

Permalink
fix(notifications): made account_id optional #1994
Browse files Browse the repository at this point in the history
  • Loading branch information
usfdmiller committed Sep 9, 2022
1 parent d743442 commit 0154d13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion newrelic/resource_newrelic_notifications_channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ func resourceNewRelicNotificationChannel() *schema.Resource {
Schema: map[string]*schema.Schema{
"account_id": {
Type: schema.TypeInt,
Required: true,
Optional: true,
Computed: true,
ForceNew: true,
Description: "The account id of the channel.",
},
Expand Down

0 comments on commit 0154d13

Please sign in to comment.