Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Releases: gruntwork-io/terraform-google-network

v0.2.9

27 Jan 12:05
92820a8
Compare
Choose a tag to compare

Description

  • Fix broken links

Related links

v0.2.8

18 Dec 09:26
0fcdacb
Compare
Choose a tag to compare

Modules affected

  • network-firewall

Description

  • Fix terraform validation warning.

Related links

v0.2.7

04 Sep 13:57
0360ae1
Compare
Choose a tag to compare

Modules affected

  • network-firewall
  • vpc-network

Description

  • New network tag public-restricted for restricting inbound traffic from public internet.

Related links

v0.2.6

27 Jul 05:53
946bd9a
Compare
Choose a tag to compare

Modules affected

  • bastion-host

Description

  • The bastion-host module now allows you to preconfigure a static IP.

Special thanks

Special thanks to @kpurdon for their contribution!

Related links

v0.2.5

09 Jul 09:42
914cce6
Compare
Choose a tag to compare

Modules affected

  • vpc-network

Description

  • The vpc-network module now outputs the correct private subnetwork name.

Related links

v0.2.4

24 Jun 15:31
3f45c82
Compare
Choose a tag to compare

Modules affected

  • bastion-host

Description

  • The bastion host google_compute_instance resource now uses the supplied project variable.

Special thanks

Special thanks to @kpurdon for their contribution!

Related links

v0.2.3

21 Jun 12:49
Compare
Choose a tag to compare

Modules affected

  • bastion-host

Description

  • The bastion-host module now outputs the instance private_ip address.

Special thanks

Special thanks to @veggiemonk for their contribution!

Related links

v0.2.2

18 Jun 15:15
becfb77
Compare
Choose a tag to compare

Description

The root example has been updated to pass through the project variable to all the resources.

Special thanks

Special thanks to @veggiemonk for their contribution!

Related links

v0.2.1

13 Jun 15:53
8cc3955
Compare
Choose a tag to compare

Modules affected

  • network-firewall

Description

  • Fix Data Provider that was referencing the wrong network

Related links

v0.2.0

11 Jun 12:10
da469be
Compare
Choose a tag to compare

Modules affected

  • bastion-host [BACKWARDS INCOMPATIBLE]
  • network-firewall [BACKWARDS INCOMPATIBLE]
  • network-peering [BACKWARDS INCOMPATIBLE]
  • project-host-configuration [BACKWARDS INCOMPATIBLE]
  • vpc-network [BACKWARDS INCOMPATIBLE]

Description

All the modules are now terraform 0.12.0 compatible. Note that this means the modules are no longer compatible with terraform 0.11 and under. Starting this release, you must use terraform 0.12.0 or greater to use this module.

All the module variables have been updated to use concrete types based on the new type system introduced in terraform 0.12.0. You can learn more about the types in the official documentation.

Note that as part of this, we switched to using null to indicate unset values when passing them through to resources. If you were previously using a 0 value ("" for strings and 0 for numbers), review the module variables.tf file to double check if the 0 value has been converted to a null.

Related links