terraform-google-cloud-run
terraform-google-cloud-run copied to clipboard
Deploys apps to Cloud Run, along with option to map custom domain
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.2 to 1.7.4. Release notes Sourced from github.com/hashicorp/go-getter's releases. v1.7.4 What's Changed Escape user-provided strings in git commands hashicorp/go-getter#483 Fixed a bug in .netrc handling if the...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
This module helps users set up a domain while creating Cloud Run services. The DomainMapping feature of Cloud Run is a preview feature, it will unfortunately not reach GA and...
Expose `timeout_seconds` variable from `secure-cloud-run-core` module to `secure_cloud_run` module when calling it. Closes #224
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/cloud_run_v2_service#default_uri_disabled
I noticed there are typos in the `gcs` block in the [v2 module:](https://github.com/GoogleCloudPlatform/terraform-google-cloud-run/blob/main/modules/v2/main.tf#L262-L263). ```terraform dynamic "gcs" { for_each = volumes.value.gcs[*] content { bucket = gcs.value["medium"] # should be "bucket" instead...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | Pending | |---|---|---|---|---|---|---|---|---| | [github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test](https://redirect.github.com/GoogleCloudPlatform/cloud-foundation-toolkit) | `v0.16.1`...
:robot: I have created a release *beep* *boop* --- ## [0.13.0](https://github.com/GoogleCloudPlatform/terraform-google-cloud-run/compare/v0.12.0...v0.13.0) (2024-08-13) ### ⚠ BREAKING CHANGES * Create service account as part of cloud run v2 ([#219](https://github.com/GoogleCloudPlatform/terraform-google-cloud-run/issues/219)) * Update variable...
take it or leave it, I don't mind but please test(a principle in software engineering called [test](https://www.geeksforgeeks.org/types-software-testing)) TF before publishing a module and making it available to public