Releases: terraform-google-modules/terraform-google-network
Releases · terraform-google-modules/terraform-google-network
terraform-google-network v3.2.0
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
Bug Fixes
- Eliminate deprecation warning due to pre-0.12 string interpolation syntax (#249) (1d833dc)
terraform-google-network v3.1.1
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
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
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
⚠ 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
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
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
Features
- Switch default route deletion to use native method. (#185) (c1d786f)
Bug Fixes
terraform-google-network v2.3.0
Features
- Add beta provider support for routes and subnets (#124) (6c94a6f), closes #68