terraform-google-lb-http icon indicating copy to clipboard operation
terraform-google-lb-http copied to clipboard

Creates a global HTTP load balancer for Compute Engine by using forwarding rules

Results 88 terraform-google-lb-http issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

### 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...

enhancement

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...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Pending | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---|---| | cft/developer-tools...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` -> `~>...

dependencies

### 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...

bug

### Purpose Allow users to customize timeout for backends. @imrannayer Please review

Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.31.0&new-version=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...

dependencies

### 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...

bug