Skip to content

Commit

Permalink
fixes widdix#124
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Sep 27, 2017
1 parent 83d8d25 commit bb74458
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions vpc/vpc-4azs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,32 +200,32 @@ Resources:
Type: 'AWS::EC2::SubnetRouteTableAssociation'
Properties:
SubnetId: !Ref SubnetBPublic
RouteTableId: !Ref RouteTablePublic
RouteTableId: !Ref RouteTableBPublic
RouteTableAssociationBPrivate:
Type: 'AWS::EC2::SubnetRouteTableAssociation'
Properties:
SubnetId: !Ref SubnetBPrivate
RouteTableId: !Ref RouteTablePrivate
RouteTableId: !Ref RouteTableBPrivate
RouteTableAssociationCPublic:
Type: 'AWS::EC2::SubnetRouteTableAssociation'
Properties:
SubnetId: !Ref SubnetCPublic
RouteTableId: !Ref RouteTablePublic
RouteTableId: !Ref RouteTableCPublic
RouteTableAssociationCPrivate:
Type: 'AWS::EC2::SubnetRouteTableAssociation'
Properties:
SubnetId: !Ref SubnetCPrivate
RouteTableId: !Ref RouteTablePrivate
RouteTableId: !Ref RouteTableCPrivate
RouteTableAssociationDPublic:
Type: 'AWS::EC2::SubnetRouteTableAssociation'
Properties:
SubnetId: !Ref SubnetDPublic
RouteTableId: !Ref RouteTablePublic
RouteTableId: !Ref RouteTableDPublic
RouteTableAssociationDPrivate:
Type: 'AWS::EC2::SubnetRouteTableAssociation'
Properties:
SubnetId: !Ref SubnetDPrivate
RouteTableId: !Ref RouteTablePrivate
RouteTableId: !Ref RouteTableDPrivate
RouteTablePublicInternetRoute: # should be RouteTablePublicAInternetRoute, but logical id was not changed for backward compatibility
Type: 'AWS::EC2::Route'
DependsOn: VPCGatewayAttachment
Expand Down

0 comments on commit bb74458

Please sign in to comment.