Skip to content

Commit

Permalink
exclude more bad resources
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBoyle committed Apr 13, 2023
1 parent d5180dd commit 3e7514c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pulumi-cloud-import-aws/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ var resourcesToSkip = map[string]bool{
"aws-native:ec2:PrefixList": true,
// consistent 500s
"aws-native:codepipeline:CustomActionType": true,
// consistent 500s
"aws-native:scheduler:ScheduleGroup": true,
// consistent 500s
"aws-native:scheduler:ScheduleGroup": true,
}

func buildImportSpec(ctx *pulumi.Context, mode Mode) (importFile, error) {
Expand Down

0 comments on commit 3e7514c

Please sign in to comment.