Releases: hashicorp/terraform-aws-terraform-enterprise
Releases · hashicorp/terraform-aws-terraform-enterprise
23-03-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.
18-12-2019
- The
repl_cidr
is now added to theno_proxy
list, fixing some issues with proxy setups using custom CIDR ranges. - S3 Bucket policy updated to include correct permissions to pass tests in Replicated
12-11-2019
- Added ability to pin to version via
release_sequence
- Certificates can now be passed via ARN
- Port 80 now redirects to 443 at the load balancer
- Increased idle timeout for kubectl commands
- Documentation and example updates
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
- Removed some redundant variables in the case of external services mode
- Allow for custom ca bundles
- Several OS specific fixes
- More airgap variables to allow specifying the URLs to grab the replicated installer, the airgap package, and the ptfe tool.
- 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 in support for custom certificates
- Added variable to override resource prefixes
- Added some guard rails around number of primary cluster nodes
- Updated README
04-09-2019
- Updated Example to fix some broken links and add detail.
Initial beta release
Fix image links (#3) * Fix image links * Apply suggestions from code review Co-Authored-By: hc-team-tfe <[email protected]> * Update README.md * Update README.md * Link fixes