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 Changes on `managed_ssl_certificate_domains` will cause a downtime because the SSL certificate is replaced, this should be prevented. ### Terraform Resources _No response_ ### Detailed design _No response_ ###...

enhancement

Previously, this module provided the option to either construct a trivial url map which maps everything to a single backend OR pass in a url map. The problem with passing...

protocol not getting passed for serverless NEG since only HTTP is supported. However, for internet NEG, this can be configured to be HTTPS or HTTP. I would like to be...

### TL;DR This module seems to create a classic HTTPS load balancer, without any option to create the new Envoy-based load balancers. Is there a way to create the new...

enhancement

I've created a load balancer using this module, setting the `managed_ssl_certificate_domains` value to a list of domain names I want to use SSL for. However now I want to add...

### TL;DR There is no option to create a TCP health check for HTTP load balancer using this module (only HTTP health check) ### Terraform Resources ```markdown https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_health_check ``` ###...

enhancement

### TL;DR Additional functionality to create a URL map with multiple host and path rules ### Terraform Resources ```markdown google_compute_url_map ``` ### Detailed design ```markdown From what I can tell,...

enhancement

New cloudarmor_policies module and associated example and test-cases for managing security polices.

### TL;DR Is there any terraform module to create non-classic Global HTTP(S) with serverless negs? ### Terraform Resources _No response_ ### Detailed design _No response_ ### Additional information _No response_

enhancement

### TL;DR I run tflint with `terraform_unused_declarations` lint enabled `Warning: variable "cdn" is declared but not used (terraform_unused_declarations)` warning reported ### Expected behavior no warning/error. ### Observed behavior Warning: variable...

bug