The aws_cloudformation_stack_instances and aws_cloudformation_stack_set_instance resources retain a list of instances in state (stack_instance_summaries).
This causes problems when there are many (1000+) instances, such as taking a long time refreshing the state and potential timeouts.
It would be helpful have the ability to disable fetching and persisting the instances.
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Description
The
aws_cloudformation_stack_instances
andaws_cloudformation_stack_set_instance
resources retain a list of instances in state (stack_instance_summaries
).This causes problems when there are many (1000+) instances, such as taking a long time refreshing the state and potential timeouts.
It would be helpful have the ability to disable fetching and persisting the instances.
Affected Resource(s) and/or Data Source(s)
aws_cloudformation_stack_instances
aws_cloudformation_stack_set_instance
Potential Terraform Configuration
References
No response
Would you like to implement a fix?
Yes