Skip to content

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

terraform-google-network v4.0.0

04 Nov 00:04
e1a1a6b
Compare
Choose a tag to compare

⚠ 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

21 Oct 04:08
a2c95b4
Compare
Choose a tag to compare

Features

  • Add max_throughput to vpc-serverless-connector-beta (#322) (1cc50ca)

terraform-google-network v3.4.0

17 Aug 15:39
a5e1c21
Compare
Choose a tag to compare

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

01 Jun 17:04
eb3c690
Compare
Choose a tag to compare

Features

  • Adding vpc-serverless-connector-submodule-beta (#280) (3f720fa)

Bug Fixes

terraform-google-network v3.2.2

27 Apr 18:29
d88508f
Compare
Choose a tag to compare

Bug Fixes

  • Add variable type for http_target_tags variable (#276) (08842fa)

terraform-google-network v3.2.1

12 Apr 04:39
89c40b3
Compare
Choose a tag to compare

Bug Fixes

  • Switch shared_vpc resources to beta provider in access submodule (#269) (5b00673)

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)