Skip to content

Instantly share code, notes, and snippets.

@marrobi
Created February 24, 2017 12:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marrobi/a2b8eae5e41697bec06df86928dc6240 to your computer and use it in GitHub Desktop.
Save marrobi/a2b8eae5e41697bec06df86928dc6240 to your computer and use it in GitHub Desktop.
AWSOutputs
"Outputs" : {
"LoginPage" : {
"Description" : "The Login URL to Oracle Vision eBusiness R12.2",
"Value" : { "Fn::Join" : ["", [ "https://VisionR122-", {"Ref" : CustomerId"}, ".xxxx.com" ]]}
},
"LoginPassword" : {
"Description" : "Your Password for the SYSADMIN account",
"Value" : { "Fn::GetAtt" : [ "WaitCondition", "Data" ]}
} }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment