terraform-google-cloud-run icon indicating copy to clipboard operation
terraform-google-cloud-run copied to clipboard

Deploys apps to Cloud Run, along with option to map custom domain

Results 51 terraform-google-cloud-run issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [terraform-google-modules/project-factory/google](https://registry.terraform.io/modules/terraform-google-modules/project-factory/google) ([source](https://togithub.com/terraform-google-modules/terraform-google-project-factory)) | module | major | `~> 14.0`...

dependencies

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/GoogleCloudPlatform/terraform-google-cloud-run). ## Pending Status Checks These updates await...

- added `cloud_run_v2_service` submodule - added example for v2 service submodule - TODO: Test all features and add unit tests - added environment variables as map instead of list in...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [GoogleCloudPlatform/lb-http/google](https://registry.terraform.io/modules/GoogleCloudPlatform/lb-http/google) ([source](https://togithub.com/terraform-google-modules/terraform-google-lb-http)) | module | major | `~> 10.0` -> `~>...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | cft/developer-tools | |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [terraform-google-modules/vpc-service-controls/google](https://registry.terraform.io/modules/terraform-google-modules/vpc-service-controls/google) ([source](https://togithub.com/terraform-google-modules/terraform-google-vpc-service-controls)) | module | major | `~> 5.0` -> `~>...

dependencies

:robot: I have created a release *beep* *boop* --- ## [0.11.0](https://github.com/GoogleCloudPlatform/terraform-google-cloud-run/compare/v0.10.0...v0.11.0) (2024-05-13) ### ⚠ BREAKING CHANGES * **deps:** Update Terraform GoogleCloudPlatform/lb-http/google to v10 ([#177](https://github.com/GoogleCloudPlatform/terraform-google-cloud-run/issues/177)) * replace random_id with random_string to...

autorelease: pending

Mainly a question, but I'm wondering what the difference is between the [GCP provider service](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/cloud_run_v2_service) and this entirely separate module?

Support providing env vars as `map(string)` of k/v rather than list of objects. @prabhu34 any concerns with this for a future breaking change?