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::VPCEndpoint - Drift not checked / detected #1916

Open keegannnn opened 5 months ago

keegannnn commented 5 months ago

Name of the resource

AWS::EC2::VPCEndpoint

Issue Description

After deploying a AWS::EC2::VPCEndpoint resource within a CloudFormation stack, then performing drift detection on the stack, the drift results do not include the AWS::EC2::VPCEndpoint resource, yet the documentation shows that this is a resource type which supports drift detection operations.

Expected Behavior

Since this resource type is supported, as per the AWS docs, the drift results should include it, and also indicate whether there is drift or not.

Observed Behavior

Drift results do not include AWS::EC2::VPCEndpoint resources, whether the resource is actually drifted or not.

Test Cases

Deploying any AWS::EC2::VPCEndpoint resource appears to yield the same result. I used the example template in the AWS docs to test this.