Skip to content

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

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

terraform-google-network v2.2.0

07 Apr 15:56
df7cc01
Compare
Choose a tag to compare

Features

terraform-google-network v2.1.2

02 Apr 22:16
9b6a4c8
Compare
Choose a tag to compare

Bug Fixes

  • Add support for enable_logging on firewall rules (#155) (febec4e)
  • Add variables type as first parameter on all variables (#167) (2fff1e7)
  • remove invalid/outdated create_network variable (#159) (6fac78e)
  • Resolve error with destroy and shared VPC host config (#168) (683ae07), closes #163

terraform-google-network v2.1.1

04 Feb 17:52
665226b
Compare
Choose a tag to compare

Bug Fixes

  • Correct the service_project_ids type (#152) (80b6f54)
  • Resolve "Invalid expanding argument value" issue with the newer versions of terraform (#153) (5f61ffb)

terraform-google-network v2.1.0

31 Jan 15:41
afedff3
Compare
Choose a tag to compare

Features

  • add subnets output with full subnet info (#129) (b424186)

Bug Fixes

  • Make project_id output dependent on shared_vpc host enablement (#150) (75f9f04)