Skip to content

Instantly share code, notes, and snippets.

@succi0303
Created March 25, 2020 08:53
Show Gist options
  • Save succi0303/953a2af6f0fa0086fc0660b1b9439e07 to your computer and use it in GitHub Desktop.
Save succi0303/953a2af6f0fa0086fc0660b1b9439e07 to your computer and use it in GitHub Desktop.
"Outputs": {
"InstallURL": {
"Value": {
"Fn::Join": [
"",
[
"http://",
{
"Fn::GetAtt": [
"ElasticLoadBalancer",
"DNSName"
]
},
"/wp-admin/install.php"
]
]
},
"Description": "Installation URL of the WordPress website"
},
"WebsiteURL": {
"Value": {
"Fn::Join": [
"",
[
"http://",
{
"Fn::GetAtt": [
"ElasticLoadBalancer",
"DNSName"
]
}
]
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment