-
Notifications
You must be signed in to change notification settings - Fork 12
VpcEndpointType of AWS::EC2::VPCEndpoint is removed after processing #121
Comments
So this isn't working because the definition for that property is set as (in
The cloudformation docs define it as (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html#cfn-ec2-vpcendpoint-vpcendpointtype):
The difference being Curiously, it's defined with uppercase in the Cloudformation JSON spec. So I'm inclined to think the actual docs are out of sync with the implementation. |
The CloudFormation team has confirmed the spec is incorrect and will work to amend. |
Workaround in place. Will resolve this when AWS team fixes and we remove the workaround. |
Also defined at aws/aws-cdk#765 and awslabs/goformation#105 |
hey is there any workaround i can use? i still get this issue with the latest aws-cdk |
Can you try the latest version of |
Any key:value pair that has a value of "Interface" will be stripped and removed from the CFN definition
If you run through generate or upsert the key is removed from properties.
Currently effects 0.3.7 and 0.3.8, it could effect earlier releases.
The text was updated successfully, but these errors were encountered: