GoogleCloudPlatform / terraform-google-cloud-run

Deploys apps to Cloud Run, along with option to map custom domain
https://registry.terraform.io/modules/GoogleCloudPlatform/cloud-run/google
Apache License 2.0
136 stars 87 forks source link

feat: Add terraform code to build cloudbuild.yaml file and deploy cloud run services in 3 different regions #132

Closed kshitizregmi closed 11 months ago

kshitizregmi commented 1 year ago

Hi,

Add terraform code to build cloudbuild.yaml file and deploy cloud run services in 3 different regions

This PR adds a terraform code to build cloudbuild.yaml file (builds image using Dockerfile) provided by user on github and create 3 different cloudrun service for different region.

The cloudbuild.yaml file uses the Google Cloud Build service to deploy the cloud-run services. The file specifies the steps that need to be taken to deploy the services, as well as the regions where the services can be deployed.

This change is a new feature that will allow users to deploy cloud run services to different regions more easily.

google-cla[bot] commented 1 year ago

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

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

kshitizregmi commented 1 year ago

/gcbrun

github-actions[bot] commented 12 months ago

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days