Use a map instead of a list ... And keep the orderedmap for posterity in case of :)
We already faced the fact that sometimes Terraform detect inconsistency issues (even if its a set) -> Was unable to map incoming data to state data. Having a map will solve this easily.
Use a map instead of a list ... And keep the orderedmap for posterity in case of :)
We already faced the fact that sometimes Terraform detect inconsistency issues (even if its a set) -> Was unable to map incoming data to state data. Having a map will solve this easily.