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.
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