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

[DBInstance] Ignore OptionGroup status on Delete #521

Closed dbbh closed 3 months ago

dbbh commented 3 months ago

Issue #, if available:

Description of changes: This change removes OptionGroup state validation on delete DBInstance handlers logic. This will allow AWS::RDS::DBInstance resource to be deleted when an OptionGroup attached to the instance is in terminal state. This change does not impact Create or Update handlers which still fail when the member OptionGroup is in terminal state.

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