Skip to content

Commit

Permalink
Migrate resource service
Browse files Browse the repository at this point in the history
Using protocol v5
Add validation to require support_hours when incident_urgency_rule is "use_support_hours"
Improve pagerduty_service testing
Add validations for pagerduty_service properties inside blocks
  • Loading branch information
cjgajard committed Apr 22, 2024
1 parent 554c0e4 commit bb4d8c9
Show file tree
Hide file tree
Showing 36 changed files with 5,178 additions and 665 deletions.
659 changes: 0 additions & 659 deletions pagerduty/resource_pagerduty_service_test.go

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions pagerdutyplugin/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ func (p *Provider) Resources(ctx context.Context) [](func() resource.Resource) {
return [](func() resource.Resource){
func() resource.Resource { return &resourceBusinessService{} },
func() resource.Resource { return &resourceServiceDependency{} },
func() resource.Resource { return &resourceService{} },
}
}

Expand Down
Loading

0 comments on commit bb4d8c9

Please sign in to comment.