Skip to content

Commit 9fb4f69

Browse files
committed
fix public ip by default for public subnet
1 parent 80bdacb commit 9fb4f69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

network/zone.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Resources:
4444
CidrBlock: !Sub "${CidrBlockPrefix}.${Range}0.0/24"
4545
VpcId: !Ref Vpc
4646
AvailabilityZone: !Ref AvailabilityZone
47+
MapPublicIpOnLaunch: true
4748
Tags:
4849
- Key: network
4950
Value: public

0 commit comments

Comments
 (0)