GoogleCloudPlatform / deploymentmanager-samples

Deployment Manager samples and templates.
Apache License 2.0
939 stars 718 forks source link

Add function url to cloud_function templalte outputs #532

Open ozydingo opened 4 years ago

ozydingo commented 4 years ago

While it's simple enough to describe the function later, it is helpful to simply include the function URL in the template outputs.

Example result:

OUTPUTS          VALUE
function-output  {"hello":"world","time":"2020-02-09T16:12:42.253Z","codeHash":"b70b788b5dd0af98ba801b3eb60975a9"}
function-code    gs://playground-deploy-artifacts/b70b788b5dd0af98ba801b3eb60975a9.zip
function-url     https://us-central1-playground-252414.cloudfunctions.net/deploy-functioncf
googlebot commented 4 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

ozydingo commented 4 years ago

@googlebot I signed it!

googlebot commented 4 years ago

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.