resource "aws_vpc_ipv4_cidr_block_association" "secondary_cidr1" {
  vpc_id     = aws_vpc.vpc-cb6321a2.id
  cidr_block = "10.250.6.0/24"
}
