Skip to content

Commit

Permalink
Merge pull request #141 from Scalingo/fix/review-pr-139
Browse files Browse the repository at this point in the history
No default for set, it's invalid configuration
  • Loading branch information
Soulou authored Mar 3, 2023
2 parents 2ce5980 + 4559c08 commit d3fc59a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scalingo/resource_scalingo_notifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ func resourceScalingoNotifier() *schema.Resource {
"selected_events": {
Type: schema.TypeSet,
Optional: true,
Default: false,
Elem: &schema.Schema{Type: schema.TypeString},
Description: "Allowlist of event types to filter which should trigger notifications",
},
Expand Down

0 comments on commit d3fc59a

Please sign in to comment.