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-load-balancer

v0.5.0

23 Aug 06:22
64f701d
Compare
Choose a tag to compare

Description

Terraform 1.0 upgrade: We have verified that this repo is compatible with Terraform 1.0.x!

  • From this release onward, we will only be running tests with Terraform 1.0.x against this repo, so we recommend updating to 1.0.x soon!
  • To give you more time to upgrade, for the time being, all modules will still support Terraform 0.15.1 and above, as that version has several features in it (required_providers with source URLs) that make it more forwards compatible with 1.0.x.
  • Once all Gruntwork repos have been upgrade to work with 1.0.x, we will publish a migration guide with a version compatibility table and announce it all via the Gruntwork Newsletter.

Related links

v0.4.2

14 Jul 14:36
517bed0
Compare
Choose a tag to compare

Description

  • Add Ubuntu image + remove gcloud update from CircleCI config
  • Implement Terraform validate test

Related links

v0.4.1

13 Jul 15:49
708d954
Compare
Choose a tag to compare

Modules affected

None.

Description

Replace go fmt in the pre-commit configuration file with goimports.

Related links

v0.4.0

22 Apr 01:23
5d5f9cb
Compare
Choose a tag to compare

Modules affected

  • http-load-balancer
  • internal-load-balancer
  • network-load-balancer

Description

  • Terraform 0.14 upgrade: We have verified that this repo is compatible with Terraform 0.14.x!
    • From this release onward, we will only be running tests with Terraform 0.14.x against this repo, so we recommend updating to 0.14.x soon!
    • To give you more time to upgrade, for the time being, all modules will still support Terraform 0.12.26 and above, as that version has several features in it (required_providers with source URLs) that make it more forwards compatible with 0.14.x.
    • Once all Gruntwork repos have been upgrade to work with 0.14.x, we will publish a migration guide with a version compatibility table and announce it all via the Gruntwork Newsletter.

Related links

v0.3.0

08 Dec 04:12
d669f53
Compare
Choose a tag to compare

Modules affected

  • (none)

Description

  • Terraform 0.13 upgrade: We have verified that this repo is compatible with Terraform 0.13.x!
    • From this release onward, we will only be running tests with Terraform 0.13.x against this repo, so we recommend updating to 0.13.x soon!
    • To give you more time to upgrade, for the time being, all modules will still support Terraform 0.12.26 and above, as that version has several features in it (required_providers with source URLs) that make it more forwards compatible with 0.13.x.
    • Once all Gruntwork repos have been upgrade to work with 0.13.x, we will publish a migration guide with a version compatibility table and announce it all via the Gruntwork Newsletter.
  • This PR also fixes a problem with the root example where it was deploying a private cluster instead of a public one.

Related links

v0.2.2

06 Jan 08:35
4c4b37a
Compare
Choose a tag to compare

Modules affected

  • http-load-balancer

Description

  • Remove quotes from input variable type to get rid of terraform linting issue

Related links

v0.2.1

08 Jul 11:31
0da9af5
Compare
Choose a tag to compare

Modules affected

  • network-load-balancer (new)

Description

  • Add module for creating Network Load Balancers.

Related links

v0.2.0

11 Jun 11:47
8327d71
Compare
Choose a tag to compare

Modules affected

  • http-load-balancer [BACKWARDS INCOMPATIBLE]
  • internal-load-balancer [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

v0.1.2

22 May 05:28
2658941
Compare
Choose a tag to compare

Modules affected

  • internal-load-balancer (new)

Description

  • Add module for creating Internal TCP/UDP Load Balancers using internal forwarding rules.

Related links

v0.1.1

09 May 17:32
6010510
Compare
Choose a tag to compare

Modules affected

  • N/A

Description

  • Update README links to be absolute

Related links