Releases: terraform-google-modules/terraform-google-lb-internal
Releases · terraform-google-modules/terraform-google-lb-internal
terraform-google-lb-internal v4.3.0
Features
- Upgrade to v4 of the Google Cloud Terraform Provider (#81) (704e5fd)
terraform-google-lb-internal v4.2.0
Features
- enable failover designation for a backend (#73) (73e89a8)
Bug Fixes
- Remove timeout_sec from google_compute_region_backend_service (#70) (e0ac13b)
terraform-google-lb-internal v4.1.0
Features
- Enable users to control if firewall rules for health check are created (#59) (9206a3c)
terraform-google-lb-internal v4.0.0
⚠ BREAKING CHANGES
- Backend service now inherits the same timeout used for health checks, instead of the former hardcoded value of 10 seconds.
Features
- Update google_compute_region_backend_service timeout to use same timeout as var.health_check (#55) (e56d959)
Bug Fixes
terraform-google-lb-internal v3.1.0
terraform-google-lb-internal v3.0.0
⚠ BREAKING CHANGES
- add Terraform 0.13 constraint and module attribution (#48)
Features
- Add option to enable health check logging (#49) (547c932)
- add Terraform 0.13 constraint and module attribution (#48) (aca0c93)
terraform-google-lb-internal v2.4.0
Features
- Add
var.create_backend_firewall
to conditionally disable backend firewalls (#46) (43b75c8)
terraform-google-lb-internal v2.3.0
Features
- Adding
connection_draining_timeout_sec
variable to control backend service (#42) (a6198e3)
terraform-google-lb-internal v2.2.0
Features
- Allow global access to internal loadbalancers with var.global_access (#34) (4c0a9cf)
- Allow internal tcp load balancers on all ports with var.all_ports (#30) (2761445)
Bug Fixes
terraform-google-lb-internal v2.1.0
Features
- add options to use service accounts and ip ranges in addition to tags (#24) (ff10bae)