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

Commit

Permalink
Merge pull request #248 from ytsarev/fix-doc-comment
Browse files Browse the repository at this point in the history
Fix comment for IncludeList
  • Loading branch information
turkenh authored Mar 1, 2022
2 parents 2842250 + 1e4fa28 commit 3d439f6
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 3d439f6

Please sign in to comment.