You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.
cfn-lint does not accept the VpcEndpointType property on the AWS::EC2::VPCEndpoint resource. It expects VPCEndpointType. CloudFormation does not accept VPCEndpointType.
Here's the yaml for the resource currently at issue:
cfn-lint
does not accept theVpcEndpointType
property on theAWS::EC2::VPCEndpoint
resource. It expectsVPCEndpointType
. CloudFormation does not acceptVPCEndpointType
.Here's the
yaml
for the resource currently at issue:Changing
VpcEndpointType
toVPCEndpointType
will cause the CloudFormation stack to fail, but it will appeasecfn-lint
.This was originally reported in #180.
The text was updated successfully, but these errors were encountered: