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 I can apply the config without error. All backends are created, but only the default backend is attached and none of my path matching rules are applied. ###...
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 | `~> 16.0` -> `~> 17.0` |...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | toolchain | patch | `1.22.7` -> `1.22.8` | --- ###...
### TL;DR The latest release 12.0 is not available via the terraform registry. ### Expected behavior latest release can be downloaded via terraform registry ### Observed behavior downloading fails with...
### TL;DR It might be a [typo](https://github.com/terraform-google-modules/terraform-google-lb-http/pull/453/files#diff-17f4befc42447c00b0d60c268046b03e36f3ffdafc25008ee69863dd6b7672bbR260) in "enable" it is spelled "enabled" instead of "enable" terraform is in a drift state after each apply ### Expected behavior _No response_...
### TL;DR In https://github.com/terraform-google-modules/terraform-google-lb-http/blob/master/modules/serverless_negs/main.tf#L193, `lookup(each.value, "protocol", "HTTP")` does not default to `"HTTP"` if `protocol` is undefined in `var.backends`. This extends to other instances where `lookup` is used. This is because...
### TL;DR I'm really confused about this, the "address" field is totally ignored. How do I use an existing google_compute_global_address? Is this not supported? If so I'd like to make...
### TL;DR Small bug in the docs, note the usage/example here: https://registry.terraform.io/modules/GoogleCloudPlatform/lb-http/google/latest/submodules/serverless_negs I got this error: `│ Error: Error creating BackendService: googleapi: Error 400: Invalid value for field 'resource.portName': 'my-port'....
# Description I was having a hard time passing my own cert manager into the module. After forcing the issue with `gcloud` cli and then checking the terraform state I...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [terraform-google-modules/network/google](https://registry.terraform.io/modules/terraform-google-modules/network/google) ([source](https://redirect.github.com/terraform-google-modules/terraform-google-network)) | module | major | `~> 10.0.0` -> `~> 11.1.0` |...