resource "aws_vpc_ipv4_cidr_block_association" "secondary_cidr" {
  vpc_id     = aws_vpc.vpc-0b6089ab2eda0058f.id
  cidr_block = "10.250.88.128/25"
}