Skip to content

Commit

Permalink
Migrate resource service
Browse files Browse the repository at this point in the history
Using protocol v5
  • Loading branch information
cjgajard committed Apr 4, 2024
1 parent 3c0bc85 commit 1e53276
Show file tree
Hide file tree
Showing 24 changed files with 2,217 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 @@ -113,7 +113,6 @@ func Provider(isMux bool) *schema.Provider {
"pagerduty_escalation_policy": resourcePagerDutyEscalationPolicy(),
"pagerduty_maintenance_window": resourcePagerDutyMaintenanceWindow(),
"pagerduty_schedule": resourcePagerDutySchedule(),
"pagerduty_service": resourcePagerDutyService(),
"pagerduty_service_integration": resourcePagerDutyServiceIntegration(),
"pagerduty_team": resourcePagerDutyTeam(),
"pagerduty_team_membership": resourcePagerDutyTeamMembership(),
Expand Down
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 1e53276

Please sign in to comment.