Releases: terraform-google-modules/terraform-google-network
Releases · terraform-google-modules/terraform-google-network
terraform-google-network v4.0.0
⚠ BREAKING CHANGES
- shared_vpc attachments in the
fabric-net-svpc-access
submodule have been refactored, changing the state location.
Bug Fixes
- require google-beta also in the root module, not just in vpc module (#327) (e28f1e5)
- use for_each for shared VPC service project connections (#329) (3f400af)
terraform-google-network v3.5.0
Features
- Add max_throughput to vpc-serverless-connector-beta (#322) (1cc50ca)
terraform-google-network v3.4.0
Features
- add top-level output network_id from the vpc module (#315) (be66cf4)
Bug Fixes
- fabric: Replaced
count
with for_each
on google_compute_subnetwork_iam_binding
to prevent destroy/recreate when the list changes. (#311) (ead88f8)
terraform-google-network v3.3.0
Features
- Adding vpc-serverless-connector-submodule-beta (#280) (3f720fa)
Bug Fixes
terraform-google-network v3.2.2
Bug Fixes
- Add variable type for http_target_tags variable (#276) (08842fa)
terraform-google-network v3.2.1
Bug Fixes
- Switch shared_vpc resources to beta provider in access submodule (#269) (5b00673)
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)