Skip to content

Commit

Permalink
Add resource pagerduty service dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgajard committed Apr 4, 2024
1 parent 0cfe90e commit 3c0bc85
Show file tree
Hide file tree
Showing 37 changed files with 3,027 additions and 1 deletion.
1 change: 0 additions & 1 deletion pagerduty/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ func Provider(isMux bool) *schema.Provider {
"pagerduty_ruleset": resourcePagerDutyRuleset(),
"pagerduty_ruleset_rule": resourcePagerDutyRulesetRule(),
"pagerduty_business_service": resourcePagerDutyBusinessService(),
"pagerduty_service_dependency": resourcePagerDutyServiceDependency(),
"pagerduty_response_play": resourcePagerDutyResponsePlay(),
"pagerduty_tag": resourcePagerDutyTag(),
"pagerduty_tag_assignment": resourcePagerDutyTagAssignment(),
Expand Down
1 change: 1 addition & 0 deletions pagerdutyplugin/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ func (p *Provider) DataSources(ctx context.Context) [](func() datasource.DataSou
func (p *Provider) Resources(ctx context.Context) [](func() resource.Resource) {
return [](func() resource.Resource){
func() resource.Resource { return &resourceBusinessService{} },
func() resource.Resource { return &resourceServiceDependency{} },
}
}

Expand Down
Loading

0 comments on commit 3c0bc85

Please sign in to comment.