AWS added a new option RetainExceptOnCreate option to the CreateStack API, and a few other related operations. I would like to be able to set this option when creating/updating a stack with Terraform. The attribute is not currently exposed by the resource aws_cloudformation_stack (according to its docs).
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
AWS added a new option
RetainExceptOnCreate
option to the CreateStack API, and a few other related operations. I would like to be able to set this option when creating/updating a stack with Terraform. The attribute is not currently exposed by the resourceaws_cloudformation_stack
(according to its docs).Affected Resource(s) and/or Data Source(s)
Potential Terraform Configuration
References
Would you like to implement a fix?
None