Allow to supply regions
and account_ids
for aws_cloudformation_stack_set_instance
#25209
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/cloudformation
Issues and PRs that pertain to the cloudformation service.
Community Note
Description
Currently only single region and single account can be supplied to resource arguments
aws_cloudformation_stack_set_instance
withinSELF_MANAGED
permission model, it appears the api supports to supply multiple regions and multiple accounts. And it appears to be an issue of the provider to restrict the ability to supply multiple regions/accounts in the resource arguments.To workaround this issue, it's required to loop the matrix of regions and accounts, it will take a lot time to complete the resource creation.
New or Affected Resource(s)
Potential Terraform Configuration
References
aws cli
: https://docs.aws.amazon.com/cli/latest/reference/cloudformation/create-stack-instances.htmlThe text was updated successfully, but these errors were encountered: