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

Fix comment for IncludeList #248

Merged
merged 1 commit into from
Mar 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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