The AWS Go SDK recently added support for customizing encryption configurations with states resources. Specifically, state machine and activity resources now include an encrpytionConfigration field. The corresponding Terraform resources can be updated to support this new argument.
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 Go SDK recently added support for customizing encryption configurations with states resources. Specifically, state machine and activity resources now include an
encrpytionConfigration
field. The corresponding Terraform resources can be updated to support this new argument.Affected Resource(s) and/or Data Source(s)
aws_sfn_activity
aws_sfn_state_machine
Potential Terraform Configuration
References
Would you like to implement a fix?
None