Skip to content

Commit e8b78fb

Browse files
committed
Grab the public subnet IDs.
1 parent a2aa601 commit e8b78fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stacks/legacy_region.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ def Parameters(self):
3838
'SubnetB': Ref(self.template.subnet_SubnetB()),
3939
'GatewaySecurityGroupA': 'sg-cdbdafa1',
4040
'GatewaySecurityGroupB': 'sg-cdbdafa1',
41+
'PublicSubnetA': 'subnet-ae832dc7',
42+
'PublicSubnetB': 'subnet-5a812f33',
4143
}
4244
params.update(self._parameters)
4345
return params

0 commit comments

Comments
 (0)