terraform-google-lb-http
terraform-google-lb-http copied to clipboard
Creates a global HTTP load balancer for Compute Engine by using forwarding rules
### TL;DR Hi ! We are working on doing some terraform imports from manually-created LB and we will use your TF code in a fork. I'm trying to convince my...
### TL;DR If supported already, I wonder how to use `certificate_map` with this module (serverless_negs)? Specifically [this](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_target_https_proxy#certificate_map). Essentially the last step in [this guide](https://cloud.google.com/certificate-manager/docs/deploy-google-managed-dns-auth#attach_the_certificate_map_to_the_target_proxy) is what I'm attempting to get...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/terraform-google-modules/terraform-google-lb-http). ## Edited/Blocked These updates have been manually...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Pending | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---|---| | cft/developer-tools...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [terraform-google-modules/vm/google](https://registry.terraform.io/modules/terraform-google-modules/vm/google) ([source](https://togithub.com/terraform-google-modules/terraform-google-vm)) | module | major | `~> 7.9` -> `~>...
### TL;DR When setting `enable_ipv6` without `create_ipv6_address` or `ipv6_address`, frontends are still made with ephemereal IPV4 addresses. ### Expected behavior I was expecting `create_ipv6_address` to be enabled by default when...
### Purpose Allow users to customize timeout for backends. @imrannayer Please review
Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Fix #399 fix #413 Fix #391
### TL;DR Hi there, I am using a global endpoint with an internet NEG as the backend and the issue I'm having is that the module is requiring me to...