aws_cloudformation_stack_set has no field to set max_concurrent operations #9174
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/cloudformation
Issues and PRs that pertain to the cloudformation service.
Hi,
I have been experimenting with the aws_cloudformation_stack_set resource but find that there is no way to set the number of concurrent executions allowed. As a result I ran into an issue when creating stack set instances as terraform by default tries to create 10 resources in parallel.
Because the max concurrent executions number is set to 1 on the stack set I get:
I can get around the issue by running apply like this:
I can set the max concurrent executions for the stack set in CloudFormation or with an API call so I believe the aws provider should have this feature as well.
Can you suggest a workaround?
Many thanks,
Nanda
Community Note
Description
Add a field to the aws_cloudformation_stack_set resource to set the maximum number of concurrent executions.
New or Affected Resource(s)
References
Have not found any related issues.
The text was updated successfully, but these errors were encountered: