You must be logged in to view saved presets
Illustrates how to configure an Auto Scaling Group with dynamic traffic sources, specifically targeting VPC Lattice.
resource "aws_autoscaling_group" "test" {
force_delete = true
max_size = 1
min_size = 1
vpc_zone_identifier = aws_subnet.test.id
}