Releases: terraform-google-modules/terraform-google-network
Releases · terraform-google-modules/terraform-google-network
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
terraform-google-network v2.2.0
terraform-google-network v2.1.2
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
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
Features
- add subnets output with full subnet info (#129) (b424186)
Bug Fixes
- Make project_id output dependent on shared_vpc host enablement (#150) (75f9f04)