Skip to content

Commit 29d7a59

Browse files
committed
added cap deployment script
1 parent 10a2a73 commit 29d7a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

software/infrastructure/target.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191

192192
"Outputs" : {
193193
"InstanceIPAddress" : {
194-
"Value" : { "Ref" : "IPAddress" }
194+
"Value" : {"Fn::GetAtt": ["WebServer", "PublicDnsName"]},
195195
},
196196
"StackName" : {
197197
"Value" : { "Ref" : "AWS::StackName" }

0 commit comments

Comments
 (0)