aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.11k stars 54 forks source link

Ignore minor version if AutoMinorVersionUpgrade is set to true #1309

Open vmusaa opened 2 years ago

vmusaa commented 2 years ago

Name of the resource

AWS::RDS::DBInstance

Resource name

AWS::RDS::DBInstance

Description

The AWS::RDS::DBInstance resource results in drift when the AutoMinorVersionUpgradeproperty is set to true and there is a minor version update. This causes the stack to go into drift.

Enhancement Request ask -

Ignore these minor version upgrades while performing drift detection on a stack with AWS::RDS::DBInstance resource and AutoMinorVersionUpgrade set to True.

Other Details

Document upgrade Request - https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues/1308

rittneje commented 2 years ago

I don't think this should be excluded from drift detection. Part of the benefit of drift detection is knowing whether you diverged from your IaC.

What I think we need instead is a way not to specify the minor version at all.