Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
enable all crds
Browse files Browse the repository at this point in the history
Signed-off-by: Muvaffak Onus <[email protected]>
  • Loading branch information
muvaf committed Nov 19, 2021
1 parent 4c98e9c commit e51d9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func GetProvider(tfProvider *schema.Provider) *tjconfig.Provider {
tfProvider.ResourcesMap, "aws", "github.com/crossplane-contrib/provider-jet-aws",
tjconfig.WithShortName("awsjet"),
tjconfig.WithRootGroup("aws.jet.crossplane.io"),
tjconfig.WithIncludeList(IncludedResources),
//tjconfig.WithIncludeList(IncludedResources),
tjconfig.WithSkipList(skipList),
tjconfig.WithDefaultResourceFn(DefaultResource(
GroupOverrides(),
Expand Down

0 comments on commit e51d9b4

Please sign in to comment.