Skip to content

v3.3.3

Compare
Choose a tag to compare
@RohitSquareops RohitSquareops released this 29 Nov 08:14
· 7 commits to main since this release
c4fd153

**Release Note:

New Features**

VPC Flow Log Management:
New Variable: flow_log_cloudwatch_log_group_skip_destroy
This release introduces a new variable, flow_log_cloudwatch_log_group_skip_destroy, allowing you to control whether the CloudWatch log
group associated with VPC flow logs should be destroyed during Terraform destroy. Set this flag to true if you want to skip the destruction
of the log group, preserving your log data.

Private Links for AWS Services

Amazon S3 Private Links:
New Variable: vpc_s3_endpoint_enabled
Enable or disable the creation of VPC Endpoints for Amazon S3. When set to true, this feature enables private connectivity to Amazon S3
from within your VPC.

Amazon ECR Private Links:
New Variable: vpc_ecr_endpoint_enabled
Enable or disable the creation of VPC Endpoints for Amazon Elastic Container Registry (ECR). When set to true, this feature allows your
resources within the VPC to access ECR privately.