Releases: hashicorp/terraform-google-terraform-enterprise
Releases · hashicorp/terraform-google-terraform-enterprise
23-02-2021
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
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) andautoscaler_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 theno_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
Fixed Issue 28 - If an encryption password is not provided, one will be generated.
30-10-2019
- 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
- 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
- Updated the example to fix some broken links
- Changed the variable
worker_count
tosecondary_count
to match the other modules.
Initial beta release
Updated links to images (#2) * Updated links to images * name update * Update README.md * Link fixes