Skip to content

Instantly share code, notes, and snippets.

@obja
Created January 6, 2016 22:28
Show Gist options
  • Save obja/87e733e5d1be45cc40ed to your computer and use it in GitHub Desktop.
Save obja/87e733e5d1be45cc40ed to your computer and use it in GitHub Desktop.
"Outputs" : {
"WebsiteURL" : {
"Value" : { "Fn::Join" : ["", ["http://", { "Fn::GetAtt" : [ "WebServer", "PrivateDnsName" ]}]] },
"Description" : "Drupal Website"
},
"EC2IP" : {
"Value" : { "Fn::GetAtt" : [ "WebServer", "PrivateIp" ] },
"Description" : "Private IP"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment