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

Commit

Permalink
Fix comment for IncludeList
Browse files Browse the repository at this point in the history
Signed-off-by: Yury Tsarev <yury@upbound.io>
  • Loading branch information
ytsarev committed Feb 25, 2022
1 parent 2842250 commit 1e4fa28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ type Provider struct {
SkipList []string

// IncludeList is a list of regex for the Terraform resources to be
// skipped. For example, to include "aws_shield_protection_group" into
// included. For example, to include "aws_shield_protection_group" into
// the generated resources, one can add "aws_shield_protection_group$".
// To include whole aws waf group, one can add "aws_waf.*" to the list.
// Defaults to []string{".+"} which would include all resources.
Expand Down

0 comments on commit 1e4fa28

Please sign in to comment.