Krishan Hettihewa

Results 1 comments of Krishan Hettihewa

Some other thing I do apart from what @ahublersos mentioned is: `data "aws_organizations_organization" "this" {}` ``` locals { all_aws_sub_accounts = [for account in data.aws_organizations_organization.this.accounts[*].id : account if account != data.aws_organizations_organization.this.master_account_id]...