terraform-google-cloud-run
terraform-google-cloud-run copied to clipboard
Deploys apps to Cloud Run, along with option to map custom domain
What Add support for specifying an arbitrary API client identifier and version for google_cloud_run_v2_job resources. Changes Added client and client_version arguments to the google_cloud_run_v2_job resource in main.tf. Introduced a new...
Current status: reviewed but slow to merge. Also, I added DefaultVerify() after the review (and it might fail), so it will need a re-review even if CI still passes. This...
An illustration of how per-module isolation will look in use. Ignore everything except test/setup/*.tf, as everything else is really just https://github.com/GoogleCloudPlatform/terraform-google-cloud-run/pull/404, but I didn't know how to base this PR...
This PR adds support for the [build_config](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/cloud_run_v2_service#build_config-1) block to the Cloud Run v2 module, enabling users to build container images from source using Cloud Build instead of pre-built container images....
This may close issue #302
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/cloud_run_v2_service#nested_build_config needs to be added to https://github.com/GoogleCloudPlatform/terraform-google-cloud-run/tree/main/modules/v2
Bumps [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz) from 0.5.11 to 0.5.14. Commits 7184815 Preparation of release v0.5.14 88ddf1d Address Security Issue GHSA-jc7w-c686-c4v9 c8314b8 Add new package xio with WriteCloserStack 4f11dce Update README.md and SECURITY.md to...
Terraform currently does not allow variables inside the lifecycle block. For example, this is not allowed: ```hcl Copiar Editar variable "ignore_changes" { type = list(string) default = ["template[0].containers"] } resource...
_Reissue due to a mistake on my part. It seems that not everyone followed the contributor's guide, which introduced changes to other components that I did not want to modify...