Hello,
with the AWS provider migration from prior to 3.55 to 3.55 (where new DMS endpoint parameters were introduced) or later version, the existing DMS endpoints are not updated properly or not updated at all. The issue mostly applies to the extra_connection_attributes
property. We execute terraform apply
and it finishes successfully but when you check the actual configuration in AWS console you can see that it doesn’t match the one in tf file. If we issue another terraform apply
, it shows the difference and you can apply the configuration again but the changes are not applied either. You can do it over and over with the successful result reported by terraform and the incorrect configuration appearing on the resource.
Any thoughts?
Thanks.