cdk-stacksets icon indicating copy to clipboard operation
cdk-stacksets copied to clipboard

AWS::CloudFormation::StackSet does not support AccountFilterType of UNION

Open Conklin-Spencer-bah opened this issue 1 year ago • 0 comments

The example below does not work due to a bug in cloudformation stack sets. I have opened an AWS case to address the issue but also creating this for awareness.

Caused by: https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-cloudformation/issues/100

    additionalAccounts: [
      '1234567'
    ],
    organizationalUnits: [
      ou-12345
    ],
    parameterOverrides: {},
  }),

Conklin-Spencer-bah avatar Jan 09 '25 17:01 Conklin-Spencer-bah