I need to manipulate an output value to be a list.
Using a local how would I convert a map(string) to a list?
//
app_subnet_id = tomap({
“subnet1” = “subnet-xxxxxx”
“subnet3” = “subnet-yyyyyy”
})
//
I just need it as [“subnet-xxxxx”, “subnet-yyyyyy”]