Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 5076fbb

Browse files
committed
Correct PublicSubnet Output Name
1 parent 8108940 commit 5076fbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DeepSecurity/QuickStart/TMQuickStartTP.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
"Fn::GetAtt" : [ "Infrastructure", "Outputs.VPCID"]
248248
},
249249
"DSISubnetID" : {
250-
"Fn::GetAtt" : [ "Infrastructure", "Outputs.PublicSubnet1"]
250+
"Fn::GetAtt" : [ "Infrastructure", "Outputs.PublicSubnet"]
251251
},
252252
"DBIRDSInstanceSize" : {
253253
"Fn::FindInMap" : [

0 commit comments

Comments
 (0)