This repository has been archived by the owner on Sep 16, 2020. It is now read-only.
Releases: vmware-archive/terraforming-aws
Releases · vmware-archive/terraforming-aws
v0.54.0
v0.52.0
Features 🥇
- Create Ops Manager vm based on the presence of
ops_manager_ami
variable
terraforming-pks
- Use
iam_users
variable to determine whether or not to make aniam
user for Ops Manager
terraforming-pas
- Add a flag to turn on/off tcp routes
- Add a flag to turn on/off ssh routing
terraforming-control-plane
- Add NS records to top level domain zone via
top_level_zone_id
- Update Credhub health check port to
8845
v0.37.0
This release contains the following changes
- Added the ability to disable TCP routing with
use_tcp_routes
variable - Deprecated
ops_manager_vm
variable interraforming-pks
andterraforming-pas
- Instead
ops_manager_ami
variable can used in order to skip OpsMan creation
- Instead
v0.35.0
- fix pks_worker instance profile
- do not create nameservers in pre-existing hosted zones
- do not bump major versions of providers
- fail earlier if you don't have
psql
installed - add necessary tags for PKS and ignore the tags clusters will need to add
- use Route53 ALIAS entries instead of CNAME so we can have health checks
- add option to use IAM instance profile
- extract CIDR calculations into their own module
- add
optional_ops_manager_public_ip
output toterraforming-pas
- reintroduce
use_route53
variable (instead of inferring based on being inus-gov-west-1
region)
v0.24.0
This release contains the following changes
- add
internetless
variable toterraforming-pas
to disable all internet access except to and from the Ops Manager VM - switch from using NAT Instances to NAT Gateways
- add
terraforming-control-plane
- add
ops_manager_vm
variable to skip deploying Ops Manager VM (by setting it to false) - replace unnecessary wildcard DNS for PKS with DNS for the PKS API
- switch from Elastic Load Balancers (ELBs) to Network Load Balancers (NLBs)
- add missing roles that ops manager needs to create a Kubernetes cluster
- don't use Route53 if using GovCloud
v0.22.0
v0.21.0
- Rename management subnet to infrastructure subnet
- Move PAS terraform to its own module. After v0.21.0 and later, you will need to run terraform from either the terraforming-pas or the terraforming-pks sub directory of our release tarball
- Adds significant improvements to PKS support, more is still to come.
v0.20.0
Calculate subnet gateway for each AZ [#157130845] Signed-off-by: Dave Walter <[email protected]>
v0.19.0
Support deployments to ap-northeast-2
(Seoul) region.
v0.18.0
Setting ops_manager_private
to true
will put the Ops Manager instance in a private subnet.