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 I'd like to have the option for dns authorization-based managed certificates. ### Terraform Resources ```markdown https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/certificate_manager_dns_authorization ``` ### Detailed design ```markdown For each domain provided to `var.managed_ssl_certificate_domains, make...

enhancement

### TL;DR PR #345 needs test written using new testing framework. Old tests were removed as feature in API (still in beta) was rolled back. Once APIs are re-enabled create...

enhancement

### Terraform Version ``` $ terraform -v Terraform v0.13.5 + provider registry.terraform.io/hashicorp/google v3.62.0 + provider registry.terraform.io/hashicorp/google-beta v3.62.0 + provider registry.terraform.io/hashicorp/tls v3.1.0 ``` ### Affected Resource(s) * google_compute_url_map ### Terraform Configuration...

### TL;DR the example mig-nat-http-lb outputs.tf entrance for "backend_services" need to setup sensite =true ### Expected behavior _No response_ ### Observed behavior Error: Output refers to sensitive values │ │...

bug

### TL;DR Logs are not disabled when changing `log_config.enable` from `true` to `false`. ### Expected behavior When I make the change below, the logs should be disabled. ```diff module "lb-http"...

bug

[![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/project-factory/google](https://registry.terraform.io/modules/terraform-google-modules/project-factory/google) ([source](https://togithub.com/terraform-google-modules/terraform-google-project-factory)) | module | major | `~> 14.0` -> `~>...

dependencies

Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.2 to 1.7.4. Release notes Sourced from github.com/hashicorp/go-getter's releases. v1.7.4 What's Changed Escape user-provided strings in git commands hashicorp/go-getter#483 Fixed a bug in .netrc handling if the...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies

Hello @bharathkkb, I'm submitting this PR to revive the issue #268 to allow custom name, very useful when we're dealing with resource imports! I used the optional variables as mentioned...