Skip to content

Commit

Permalink
Export private subnet routing tables
Browse files Browse the repository at this point in the history
  • Loading branch information
discordianfish committed Sep 13, 2018
1 parent 0fc9e15 commit 388c934
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1386,6 +1386,18 @@ Outputs:
Export:
Name: !Sub "${AWS::StackName}-PublicSubnetC"
Value: !Ref PublicSubnetC
PrivateSubnetRouteTableA:
Export:
Name: !Sub "${AWS::StackName}-PrivateSubnetRouteTableA"
Value: !Ref PrivateSubnetRouteTableA
PrivateSubnetRouteTableB:
Export:
Name: !Sub "${AWS::StackName}-PrivateSubnetRouteTableB"
Value: !Ref PrivateSubnetRouteTableB
PrivateSubnetRouteTableC:
Export:
Name: !Sub "${AWS::StackName}-PrivateSubnetRouteTableC"
Value: !Ref PrivateSubnetRouteTableC
HostedZone:
Export:
Name: !Sub "${AWS::StackName}-HostedZone"
Expand Down

0 comments on commit 388c934

Please sign in to comment.