We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb6508 commit 2fc6d0eCopy full SHA for 2fc6d0e
config.tf
@@ -79,6 +79,7 @@ module "config_ap-northeast-1" {
79
source = "cloudposse/config/aws"
80
version = "0.17.0"
81
central_resource_collector_account = var.security_administrator_account_id
82
+ child_resource_collector_accounts = [ for k in var.org_account_active : k.Id ]
83
create_sns_topic = true
84
create_iam_role = var.org_primary_region == "ap-northeast-1"
85
iam_role_arn = var.org_primary_region == "ap-northeast-1" ? "" : local.iam_role_arn
0 commit comments