Skip to content

Releases: terraform-google-modules/terraform-google-network

terraform-google-network v3.2.0

15 Mar 23:38
238cf74
Compare
Choose a tag to compare

Features

  • Add support for export_local_subnet_routes_with_public_ip and export_peer_subnet_routes_with_public_ip (#255) (8666553)

terraform-google-network v3.1.2

01 Mar 23:33
adf9706
Compare
Choose a tag to compare

Bug Fixes

  • Eliminate deprecation warning due to pre-0.12 string interpolation syntax (#249) (1d833dc)

terraform-google-network v3.1.1

17 Feb 01:24
27027c0
Compare
Choose a tag to compare

Bug Fixes

  • Allow next_hop_gateway to be passed for non-internet routes (#242) (08d7167)
  • Update required Terraform version for firewall-rules submodule (#245) (6a86ae2)

terraform-google-network v3.1.0

12 Feb 19:58
7867197
Compare
Choose a tag to compare

Features

  • Add dedicated custom firewall rules module (#200) (24f2a0f)
  • add next_hop_ilb to routes module (#241) (87c8215)
  • Add support for enabling firewall logging on each rule (#236) (2f44790)

terraform-google-network v3.0.1

21 Jan 18:40
6181c6f
Compare
Choose a tag to compare

Bug Fixes

  • Automatically truncate VPC peering name if necessary (#229) (67e833a)
  • By default, accept standard API MTU configuration of 1460 (#226) (26507ba)

terraform-google-network v3.0.0

29 Dec 00:26
355bd8b
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Minimum Terraform version increased to 0.13.
  • Minimum Google provider version increased to 3.45.0.

Features

Miscellaneous Chores

  • add Terraform 0.13 constraint and module attribution (#224) (6c835be)

terraform-google-network v2.6.0

08 Dec 20:22
c5769dc
Compare
Choose a tag to compare

Features

  • Setting default values for Flow logs on beta submodule (#209) (1a2d1b5)
  • Added support for Terraform 0.14 (#217)

terraform-google-network v2.5.0

12 Aug 17:54
3761135
Compare
Choose a tag to compare

Features

  • Allow passing target_tags to configure the default firewall rules (#191) (996b4f1)

Bug Fixes

  • Add support for 3.x provider to beta subnets module (#194) (4957536)
  • Relax Terraform version to allow 0.13 (#197) (1a77919)

terraform-google-network v2.4.0

23 Jun 20:38
f917e8b
Compare
Choose a tag to compare

Features

  • Switch default route deletion to use native method. (#185) (c1d786f)

Bug Fixes

  • Remove quoted references (#183) (7e5f5ab)
  • Resolve Invalid index error on shared vpc destroy (#177) (b799266)

terraform-google-network v2.3.0

16 Apr 17:28
0062602
Compare
Choose a tag to compare

Features

  • Add beta provider support for routes and subnets (#124) (6c94a6f), closes #68