Skip to content

Latest commit

 

History

History
116 lines (62 loc) · 5.95 KB

CHANGELOG.md

File metadata and controls

116 lines (62 loc) · 5.95 KB

Changelog

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.

3.2.0 (2021-06-25)

Features

  • Update google_compute_region_backend_service timeout to use same timeout as var.health_check (#55) (e56d959)

3.1.0 (2021-05-06)

Features

  • Add forwarding_rule id to output (#51) (c31903d)

3.0.0 (2021-04-12)

⚠ 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)

2.4.0 (2021-02-12)

Features

  • Add var.create_backend_firewall to conditionally disable backend firewalls (#46) (43b75c8)

2.3.0 (2021-01-27)

Features

  • Adding connection_draining_timeout_sec variable to control backend service (#42) (a6198e3)

2.2.0 (2020-05-27)

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

  • Correct link to module in README (#27) (eb96515)

2.1.0 (2020-02-03)

Features

  • add options to use service accounts and ip ranges in addition to tags (#24) (ff10bae)

Added

  • Add more params to tcp healthcheck. #23

2.0.1 - 2019-11-22

Fixed

  • the region variable is passed to the google_compute_subnetwork data source. #18

2.0.0 - 2019-11-05

Added

  • subnetwork variable.
  • Support for HTTP health checks. #3
  • Support for Terraform 0.12. #10

Changed

  • Health checks support more parameters. #10

Removed

  • Support for Terraform 0.11. #10

1.0.4 - 2017-11-08

1.0.3 - 2017-11-01

1.0.2 - 2017-09-18

1.0.1 - 2017-09-12

1.0.0 - 2017-08-28