Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Fix email_filters forcing email integrations to recreate
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Dzwonkowski committed Apr 20, 2022
1 parent d27ced4 commit 53afa2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pagerduty/resource_pagerduty_service_integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ func resourcePagerDutyServiceIntegration() *schema.Resource {
Type: schema.TypeList,
Optional: true,
ForceNew: true,
Computed: true,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"id": {
Expand Down

0 comments on commit 53afa2a

Please sign in to comment.