terraform-google-cloud-run
terraform-google-cloud-run copied to clipboard
Deploys apps to Cloud Run, along with option to map custom domain
This PR contains the following updates: | Package | Type | Update | Change | Pending | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---|---| | cft/developer-tools | |...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [GoogleCloudPlatform/cloud-run/google](https://registry.terraform.io/modules/GoogleCloudPlatform/cloud-run/google) ([source](https://redirect.github.com/GoogleCloudPlatform/terraform-google-cloud-run)) | module | minor | `~> 0.16` -> `~> 0.21` |...
Hello, I am trying to setup a multiple container cloud run, but I am getting this error : `Error creating Service: googleapi: Error 400: template.containers: Revision template should contain exactly...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [terraform-google-modules/org-policy/google](https://registry.terraform.io/modules/terraform-google-modules/org-policy/google) ([source](https://redirect.github.com/terraform-google-modules/terraform-google-org-policy)) | module | major | `~> 5.1` -> `~> 7.0` |...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [terraform-google-modules/project-factory/google](https://registry.terraform.io/modules/terraform-google-modules/project-factory/google) ([source](https://redirect.github.com/terraform-google-modules/terraform-google-project-factory)) | module | major | `~> 17.0` -> `~> 18.0` |...
Enhancement: Added Support for Direct Subnet Attachment in vpc_access Modified vpc_access to support both VPC Serverless Connector and Direct Subnet Attachment. Added network and subnetwork options, allowing Cloud Run Jobs...
The terraform resource allows defining network interfaces but the module does not. Allow this capability to specify the network and subnetwork directly. You can see the argument reference here https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/cloud_run_v2_job#argument-reference...
Fixes #286. Not sure why these options aren't available in the job-exec module so just copied them over from the v2 module. Tested with a GCS volume and works perfectly.