Skip to content

Commit

Permalink
Merge pull request #729 from dougsong/main
Browse files Browse the repository at this point in the history
Remove duplicated references injector config
  • Loading branch information
turkenf committed Jun 23, 2023
2 parents e28423e + 0a28048 commit b09b073
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ func GetProvider() *config.Provider {
modulePath, providerMetadata,
config.WithShortName("aws"),
config.WithRootGroup("aws.upbound.io"),
config.WithReferenceInjectors([]config.ReferenceInjector{reference.NewInjector("github.com/upbound/provider-aws")}),
config.WithIncludeList(ResourcesWithExternalNameConfig()),
config.WithReferenceInjectors([]config.ReferenceInjector{reference.NewInjector(modulePath)}),
config.WithSkipList(skipList),
Expand Down

0 comments on commit b09b073

Please sign in to comment.