Skip to content

Commit 58cf5ad

Browse files
committed
fix(config-recorder): fix bug for BLACKLIST strategy
1 parent 8cc0660 commit 58cf5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/config-recorder/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ locals {
4040
"BLACKLIST" = {
4141
recording_strategy = "EXCLUSION_BY_RESOURCE_TYPES"
4242
all_supported = false
43-
include_global_resource_types = true
43+
include_global_resource_types = false
4444
resource_types = null
4545
exclude_resource_types = var.scope.resource_types
4646
}

0 commit comments

Comments
 (0)