All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
7.0.0 (2024-09-30)
- Change default balancing_mode to CONNECTION for backends (#148)
6.1.0 (2024-08-29)
6.0.0 (2024-05-03)
- Enable user to enable mirroring collector capability. (#135) (a92980c)
- make parameters optional in healthcheck (#137) (535eff6)
- Simplify use of the all_ports argument (#132) (e25dbbc)
5.1.0 (2023-11-07)
- upgraded versions.tf to include minor bumps from tpg v5 (7b96d49)
5.0.1 (2022-12-29)
5.0.0 (2022-06-27)
- Increased Google Provider minimum version to 4.26 (#96)
4.6.0 (2022-05-17)
4.5.0 (2022-04-05)
4.4.1 (2022-03-21)
4.4.0 (2022-03-03)
4.3.0 (2021-12-10)
4.2.0 (2021-08-26)
4.1.0 (2021-07-16)
4.0.0 (2021-07-09)
- Backend service now inherits the same timeout used for health checks, instead of the former hardcoded value of 10 seconds.
- Update google_compute_region_backend_service timeout to use same timeout as var.health_check (#55) (e56d959)
3.1.0 (2021-05-06)
3.0.0 (2021-04-12)
- add Terraform 0.13 constraint and module attribution (#48)
- Add option to enable health check logging (#49) (547c932)
- add Terraform 0.13 constraint and module attribution (#48) (aca0c93)
2.4.0 (2021-02-12)
2.3.0 (2021-01-27)
2.2.0 (2020-05-27)
- 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)
2.1.0 (2020-02-03)
- Add more params to tcp healthcheck. #23
2.0.1 - 2019-11-22
- the
region
variable is passed to thegoogle_compute_subnetwork
data source. #18
2.0.0 - 2019-11-05
- Health checks support more parameters. #10
- Support for Terraform 0.11. #10