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
27 stars 43 forks source link

[OptionGroup]Fix False drift for default options. #458

Closed moataz-mhmd closed 1 year ago

moataz-mhmd commented 1 year ago

Description of changes: Following up fix for https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues/1310

CloudFormation platform has now introduced a new solution for default parameters. To apply this solution, We mark the OptionConfiguration parameter as an AttributeList. This solution allows default parameters to be added (without marking them as drift) while still being able to detect any differences between the template and the physical resource, known as drifts.

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