Releases: vmware/terraform-aws-avi-alb-deployment-aws
Releases · vmware/terraform-aws-avi-alb-deployment-aws
v1.0.17
Fixes:
- Regular Expression to detect compatible versions for IMDSv2 support now resolves compatible versions properly
Full Changelog: v1.0.16...v1.0.17
v1.0.16
Additions:
- Can now provide multiple IP ranges for access to the controllers using input variable input_firewall_controller_allow_source_ranges. Previous input variable input_firewall_controller_allow_source_range will be deprecated in future release.
Fixes:
- When deploying a controller cluster from AWS Marketplace, the AMI reference is now correct for the second and third controller.
Full Changelog: v1.0.15...v1.0.16
v1.0.15
v1.0.13
Additions
- Adds outputs for the security group IDs created by the module
Fixes
- When using a custom AMI, the data lookup used to locate a version specific AMI on the AWS Marketplace is now skipped.
Full Changelog: v1.0.12...v1.0.13
v1.0.12
v1.0.11
Additions
- Add ability to set certificates used for the Portal UI, Secure-Channel, and CA Root/Intermediate certs with the respective portal_certificate, securechannel_certificate, and ca_certificates, variables. Self-signed certificates will be generated and used by default if those variables are not set. Note that the securechannel_certificate variable should only be specified if there is a strict requirement that all certificates used be signed by a specific CA otherwise the default self-signed certificate should be used.
- Add optional parameters to the register_controller variables to set the name and description used when registering the controller with Cloud Services. Otherwise, the default behavior is to use a name/description generated with the name_prefix variable and configure_gslb.site_name parameter if specified.
- Update avi-cloud-services-registration README instructions
Full Changelog: v1.0.10...v1.0.11
v1.0.10
Additions
- Add license_key variable for setting the license when the license_tier variable is set to "ENTERPRISE"
- Remove Eval license when the Avi Controller is licensed
Full Changelog: v1.0.9...v1.0.10
v1.0.9
What's Changed
- Add license_tier variable for selecting the default license tier of the controller
- Fix Ansible task for setting email configuration with the email_config variable
Full Changelog: v1.0.8...v1.0.9
v1.0.8
What's Changed
- Fix permissions boundary lifecycle errors by @jpeters-vmw in #26
Full Changelog: v1.0.7...v1.0.8
v1.0.7
- Fix vmimport IAM role
- Fixes for KMS IAM permissions