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.2.0 (2020-07-30)
4.1.0 (2020-05-05)
4.0.0 (2020-04-21)
Please see the upgrade guide for details.
session_affinity
andaffinity_cookie_ttl_sec
must now be set for backends. Usenull
to get the default value.- You must now specify log_config for each backend service. Use
log_config = null
to use the default.
- Add support for log_config in google_compute_backend_service. (#88) (f5129ef)
- Add support for session affinity on HTTP(S) LB (#89) (bf1cf66)
- Add support for target_service_accounts in default firewall rule. (#87) (0ea26a2)
3.2.0 (2020-02-13)
3.1.0 (2020-01-28)
3.0.0 - 2019-12-16
- QUIC protocol support #57
- Container Native Load Balancing support via NEGs #57
- Allow existing IP address to be used #25
- Allow setting a SSL Policy to restrict TLS/Ciphers
- Add http/https target proxies to output to allow binding multiple IPs
- Update minimum terraform version to 0.12.6
- Update google providers to 2.15
- Move to using
for_each
for state management #57 - Move backend variables from list into map/object #54
- Allow HTTPS/HTTP2 health checks with custom host/timeouts/thresholds #34 #31
backend_services
output is now a map ofgoogle_compute_backend_service
resources rather then a list of URIs