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 74 terraform-google-cloud-run issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.6 to 1.7.9. Release notes Sourced from github.com/hashicorp/go-getter's releases. v1.7.9 What's Changed Speed up XZ decompression by 5x with bufio wrapper by @​vsarunas in hashicorp/go-getter#520 Fix CI...

dependencies
go

When deploying multiple containers in a cloud Run service using the resource, the `ports` assignment assigns a port to the second container. Deploying a CloudRun service using the TF resource...

AFAICT, this would involve configuring: * `gpu_zonal_redundancy_disabled` and `node_selector` at service level. * `nvidia.com/gpu` at container level. Cloud Run Docs [GPU example](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/cloud_run_v2_service#example-usage---cloudrunv2-service-gpu)

Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.24.0 to 0.27.0. Commits 681b4d8 jws: split token into fixed number of parts 3f78298 all: upgrade go directive to at least 1.23.0 [generated] 109dabf endpoints: add links/provider...

dependencies
go