output "subnet_ids" {
  description = "The IDs of the subnets."
  value       = aws_subnet.main[*].id
}

output "subnet_cidrs" {
  description = "The CIDR blocks of the subnets."
  value       = aws_subnet.main[*].cidr_block
}
