i have input as below
vpc_cidr_block = [
[
{
association_id = "vpc-cidr-assoc"
cidr_block = "xx.xxx.xxx.xxx/24"
state = "associated"
},
{
association_id = "vpc-cidr-assoc"
cidr_block = "xx.xxx.xxx.xxx/24"
state = "associated"
},
{
association_id = "vpc-cidr-assoc"
cidr_block = "xx.xxx.xxx.xxx/23"
state = "associated"
},
],
]
i want to filter out cidr_block values in terraform