terraform-google-lb-http
terraform-google-lb-http copied to clipboard
Creates a global HTTP load balancer for Compute Engine by using forwarding rules
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [terraform-google-modules/project-factory/google](https://registry.terraform.io/modules/terraform-google-modules/project-factory/google) ([source](https://redirect.github.com/terraform-google-modules/terraform-google-project-factory)) | module | major | `~> 17.0` -> `~> 18.0` |...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [terraform-google-modules/cloud-storage/google](https://registry.terraform.io/modules/terraform-google-modules/cloud-storage/google) ([source](https://redirect.github.com/terraform-google-modules/terraform-google-cloud-storage)) | module | major | `~> 10.0` -> `~> 11.0` |...
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [GoogleCloudPlatform/cloud-run/google](https://registry.terraform.io/modules/GoogleCloudPlatform/cloud-run/google) ([source](https://redirect.github.com/GoogleCloudPlatform/terraform-google-cloud-run)) | module | minor | `~> 0.16.3` -> `~>...
Issue #466 This PR introduces support for host and path rules within the terraform-google-lb-http module, enhancing its flexibility for routing configurations. It adds two new variables, host_rules and path_matchers, to...
### TL;DR Using the following code, does not get the module, same thing with the backend ``` module "lb_frontend" { source = "terraform-google-modules/lb-http/google//modules/frontend" version = "~> 12.0" ``` > ╷...
### TL;DR In the README there is a reference made to `modules/frontend` but I believe it should say `modules/backend` Ihttps://github.com/terraform-google-modules/terraform-google-lb-http/blob/main/modules/frontend/README.md ### Expected behavior _No response_ ### Observed behavior _No response_...
- Updated the "internal_forwarding_rules_config" variable by adding two new keys. - This will now support creation of proxy only subnets for INTERNAL_MANAGED LBs. - For INTERNAL_SELF_MANAGED and global EXTERNAL_MANAGED type...
### TL;DR I would like to be able to ignore changes to the URL_MAP when adding some new route paths. This is because I manage my load balancer via terraform,...