Skip to content

Releases: hashicorp/terraform-google-terraform-enterprise

23-02-2021

23 Mar 18:17
417ec26
Compare
Choose a tag to compare
23-02-2021 Pre-release
Pre-release

Pre-release beta of module v0.2.0. This is a breaking design change that pivots from supporting TFE Clustered to supporting TFE Active/Active and Standalone.

17-12-2019

17 Dec 21:29
2b7d7f6
Compare
Choose a tag to compare

Enhancement (This update contains a breaking change)

  • The managed instance group for the secondary nodes is now an autoscaling group. As a result, the secondary_count variable has been removed, and three new ones have been added in its place to control the autoscaling. min_secondaries (default 1), max_secondaries (default 3) and autoscaler_cpu_threshold (default 0.7).

Fixes

  • Fixed an issue where the proxy wasn't being set properly
  • Fixed an issue where when a custom repl_cidr was specified, it wasn't included in the no_proxy environment variable.
  • Updated the healthcheck and the autoscaling resource names to use the prefix setting.

Misc

  • Some code streamlining in the install script.
  • Lots of README updates and example updates to reflect the changes contained in this release.

04-11-2019

04 Nov 17:04
30fc115
Compare
Choose a tag to compare

Fixed Issue 28 - If an encryption password is not provided, one will be generated.

30-10-2019

30 Oct 21:48
0bb6158
Compare
Choose a tag to compare
  • Added ability to specify custom service CIDR ranges (weave and replicated)
  • Added a common label to all resources that support it
  • Lots of variable name changes to align with the Azure and AWS modules
  • Lots of fixes to the installation script
  • Fix issue where re-creating a primary didn't result in an update to the instance group
  • Removed some redundant variables in the case of external services mode
  • Allow for custom ca bundles
  • GCS bucket project defaults to main project if nothing is specified
  • Several OS specific fixes
  • Now downloading jq from the project's github repo - can be overridden with a variable
  • More airgap variables to allow specifying the URLs to grab the replicated installer, the airgap package, the ptfe tool and the jq package.
  • In airgap install, the cluster nodes will all download the installer from the first node
  • The number of primaries is now hard-coded to three.
  • Module now supports the use of a proxy server.
  • Now version pinning the ptfe tool.
  • Re-organized the variables.tf file for readability
  • Updated the README with all the variable changes and to remove references to beta.

30-09-2019

30 Sep 21:34
5cad4f4
Compare
Choose a tag to compare
30-09-2019 Pre-release
Pre-release
  • Added support for custom certificates
  • Added variable to override resource prefixes
  • Added some guard rails around number of primary cluster nodes
  • Fixed Issue
    • Added the option to specify a project for the DNS zone

04-09-2019

04 Sep 14:51
26f0457
Compare
Choose a tag to compare
04-09-2019 Pre-release
Pre-release
  • Updated the example to fix some broken links
  • Changed the variable worker_count to secondary_count to match the other modules.

Initial beta release

21 Aug 17:05
Compare
Choose a tag to compare
Initial beta release Pre-release
Pre-release
Updated links to images (#2)

* Updated links to images

* name update

* Update README.md

* Link fixes