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

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

Open
@ustrahlendorf

Description

@ustrahlendorf

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions