-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws_dms_s3_endpoint Resource Adds add_trailing_padding_character = false #32698
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
I believe this can be fixed by changing the This will prevent Terraform from inserting a I'll note that the underlying DMS limitation is fixed in engine version 3.4.7. Engine versions 3.4.5 and earlier are already deprecated, and 3.4.6 will be deprecated in January of 2024 [source, requires an AWS login]. After that point, this issue will no longer be reproducible. |
…ailing_padding_character` (hashicorp#32698)
This functionality has been released in v5.23.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Hi,
It appears that the aws_dms_s3_endpoint resource adds
add_trailing_padding_character=false
to the JSON settings of the endpoint. However this option is not supported in replication instances below the version 3.4.7. This results in DMS errors.It appears that it's not enough to set
add_trailing_padding_character
tofalse
. The optionadd_trailing_padding_character
should not be present at all.Is there a way to work around this?
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: