From 479e815c0ee71c834f51eafae1b9f7ff5b3f54c4 Mon Sep 17 00:00:00 2001 From: Jameson Molnar Date: Wed, 30 Oct 2024 10:27:37 -0400 Subject: [PATCH] docs(changelog): update --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73c71e7..548d187 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,16 @@ ENHANCEMENTS: * Module Changes: - terraform-zscc-ccvm-aws: - add variable additional_management_security_group_ids + - add variables hostname_type and resource_name_dns_a_record_enabled + - change default private_dns_name_options hostname_type to AWS recommended resource-name from ip-name + - lifecycle ignore private_dns_name_options on aws_instance resource + - **While AWS supports changing hostname_type for deployed instances if stopped first, Cloud Connector does not. This change will only apply to newly deployed EC2 instances** - terraform-zscc-asg-aws: - add variable additional_management_security_group_ids + - add variables hostname_type and resource_name_dns_a_record_enabled + - change default private_dns_name_options hostname_type to AWS recommended resource-name from ip-name + - lifecycle ignore private_dns_name_options on aws_launch_template resource + - **While AWS supports changing hostname_type for deployed instances if stopped first, Cloud Connector does not. This change will only apply to newly deployed EC2 instances** - terraform-zscc-sg-aws: - add resource aws_security_group.outbound_endpoint_sg - add variables byo_route53_resolver_outbound_endpoint_group_id and zpa_enabled @@ -13,6 +21,9 @@ ENHANCEMENTS: - remove default security group usage per AWS best practices - terraform-zscc-gwlbendpoint-aws: - add variable byo_endpoint_service_name supporting brownfield deployments using a pre-existing VPC Endpoint Service + - terraform-zscc-network-aws + - add variables hostname_type and resource_name_dns_a_record_enabled + - change default private_dns_hostname_type_on_launch to AWS recommended resource-name from ip-name for greenfield CC Subnet creations ## 1.3.3 (August 30, 2024) ENHANCEMENTS: