Skip to content

Commit

Permalink
fix: import references for some event resources
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandezcuesta committed Nov 14, 2024
1 parent c74a8ff commit 7947a24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/event/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ func Configure(p *config.Provider) {
p.AddResourceConfigurator("pagerduty_event_orchestration", func(r *config.Resource) {

r.ShortGroup = ShortGroup
r.ExternalName = c.SplitExternalNameFromId()
r.References = config.References{
"team": {
Type: "github.com/crossplane-contrib/provider-pagerduty/apis/team/v1alpha1.Team",
Expand All @@ -72,7 +71,6 @@ func Configure(p *config.Provider) {
p.AddResourceConfigurator("pagerduty_event_orchestration_global", func(r *config.Resource) {

r.ShortGroup = ShortGroup
r.ExternalName = c.SplitExternalNameFromId()
r.References = config.References{
"event_orchestration": {
Type: "Orchestration",
Expand Down

0 comments on commit 7947a24

Please sign in to comment.