Skip to content

Commit 2fc6d0e

Browse files
committed
Add child_resource_collector_accounts
1 parent 9fb6508 commit 2fc6d0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ module "config_ap-northeast-1" {
7979
source = "cloudposse/config/aws"
8080
version = "0.17.0"
8181
central_resource_collector_account = var.security_administrator_account_id
82+
child_resource_collector_accounts = [ for k in var.org_account_active : k.Id ]
8283
create_sns_topic = true
8384
create_iam_role = var.org_primary_region == "ap-northeast-1"
8485
iam_role_arn = var.org_primary_region == "ap-northeast-1" ? "" : local.iam_role_arn

0 commit comments

Comments
 (0)