aws-cloudformation / aws-cloudformation-resource-providers-rds

The CloudFormation Resource Provider Package For Amazon Relational Database Service
https://aws.amazon.com/rds/
Apache License 2.0
26 stars 42 forks source link

fix(DBCluster): fix local write forwarding error on cluster update #552

Closed zrfr closed 2 weeks ago

zrfr commented 2 weeks ago

This change fixes an issue causing resource updates to fail with a "Local Write Forwarding is already disabled/enabled on cluster" error. The fix is to send EnableLocalWriteForwarding in the modify request only when this property is actually changing.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.