Skip to content

Commit

Permalink
Merge pull request #86 from ulucinar/skip-list
Browse files Browse the repository at this point in the history
Do not print skip-list for excluded resources
  • Loading branch information
ulucinar authored Aug 29, 2022
2 parents 14881b9 + ca668c5 commit c728684
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/config/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ func NewProvider(schema []byte, prefix string, modulePath string, metadata []byt
continue
}
if matches(name, p.SkipList) {
fmt.Printf("Skipping resource %s because it is in SkipList\n", name)
continue
}
if !matches(name, p.IncludeList) {
Expand Down

0 comments on commit c728684

Please sign in to comment.