terraform-google-lb-http
terraform-google-lb-http copied to clipboard
Creates a global HTTP load balancer for Compute Engine by using forwarding rules
support `cdn_policy` for `google_compute_backend_service`.
This add support for configuring the `cdn_policy` for the `compute_backend_service` created by this module. fixes #239
### TL;DR With the recent communication from GCP, `quicOverride=NONE` mode will advertise support for HTTP/3 to our clients. Providing Terraform config `quic = false` is updated as `quicOverride=NONE`. Deadline for...
Hi! I am using negs module: `GoogleCloudPlatform/lb-http/google//modules/serverless_negs` Once the https redirection is enabled by setting `https_redirect = true` it cant be disabled later, because of following error: `Error when reading...
Hi, I was wondering if there is a specific reason to not include `protocol` param in the backend service. I can see it's supported here: https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_backend_service#protocol but currently missing from:...
I want to spin up a load balancer with an ip for a storage bucket, but I run into this error whenever I run 'terraform apply' This is my config...
This issue is about the following steps in the Testing section of the README for the [multi-backend-multi-mig-bucket-https-lb](https://github.com/terraform-google-modules/terraform-google-lb-http/tree/master/examples/multi-backend-multi-mig-bucket-https-lb#testing) example: Step 2: echo https://${EXTERNAL_IP}/group1/ Step 3: echo https://${EXTERNAL_IP}/group2/ Step 4: echo https://${EXTERNAL_IP}/group3/...
Cloud Shell in the GCP org that I used for testing has TF v1.0 (at the time of writing this issue), whereas the [multi-mig-http-lb](https://github.com/terraform-google-modules/terraform-google-lb-http/blob/master/examples/multi-mig-http-lb/versions.tf) example has the version constraint: ```...
I am using this module with Istio where ingress has a health endpoint on `:15021/healthz/ready` while listening on :8080: for traffic. Since the health check is targetting the first endpoint,...
https://cloud.google.com/load-balancing/docs/l7-internal