Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

RoutTableId get not tranferred into a !Ref <value> #33

Open
ustrahlendorf opened this issue Mar 18, 2019 · 0 comments
Open

RoutTableId get not tranferred into a !Ref <value> #33

ustrahlendorf opened this issue Mar 18, 2019 · 0 comments
Labels
new-mapping New mapping request

Comments

@ustrahlendorf
Copy link

Describe the bug
I see the following in the output for CFN:
ec2a5a8cd6:
Type: "AWS::EC2::RouteTable"
Properties:
VpcId: !Ref ec20062a21

ec29da2ac9:
    Type: "AWS::EC2::Route"
    Properties:
        RouteTableId: "rtb-0e63402f072e08d8e"
        DestinationCidrBlock: "0.0.0.0/0"
        NatGatewayId: !Ref ec2369c7ba

ec21c10d70:
    Type: "AWS::EC2::SubnetRouteTableAssociation"
    Properties:
        SubnetId: !Ref ec2b18debb
        RouteTableId: "rtb-0e63402f072e08d8e"

Going through the whole template it is just the RouteTableId what did not get transferred into a !Ref.

@iann0036 iann0036 added bug Something isn't working new-mapping New mapping request and removed bug Something isn't working labels Mar 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
new-mapping New mapping request
Projects
None yet
Development

No branches or pull requests

2 participants