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.1k stars 53 forks source link

drift detection resource type coverage #218

Open PatMyron opened 4 years ago

PatMyron commented 4 years ago

detect-stack-drift

Resource types that Support Drift Detection


https://github.com/aws-cloudformation/aws-cloudformation-coverage-roadmap/issues/143 https://github.com/aws-cloudformation/aws-cloudformation-coverage-roadmap/issues/311 https://github.com/aws-cloudformation/aws-cloudformation-coverage-roadmap/issues/407

timschill commented 3 years ago

Does AWS::ElasticLoadBalancingV2::TargetGroup support detecting tags? My drift detection says it's expecting tags but didn't find any. Doe looking at the resource I can see that all the tags have been added.

PatMyron commented 3 years ago

Drift Detection now supports CloudFormation Registry types

Resource type migrations to the newer Registry framework should pick this up automatically

(drift detection temporarily disabled for some PUBLIC resource types that had false positives due to list order, read/writeOnlyProperties, capitalization, whitespace, empty collections, etc)