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

AWS::EC2::NetworkAclEntry - [Enhancement] - Add support for drift detection #2042

Open Onolisk opened 1 month ago

Onolisk commented 1 month ago

Name of the resource

AWS::EC2::NetworkAclEntry

Resource name

AWS::EC2::NetworkAclEntry

Description

Currently the AWS::EC2::NetworkAcl resource type supports import and drift detection [1]. The resource AWS::EC2::NetworkAclEntry however is not supported by drift detection. As NetworkAclEntry resources are commonly used to deploy NetworkAcl resources this leaves a gap where a stack of resources may be out of sync without any warning.

Please prioritize adding drift detection support for AWS::EC2::NetworkAclEntry

[1] https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-supported-resources.html

Other Details

No response