davidfischer-ch / terraform-provider-aria

This is a Terraform provider for working with VMware's Aria Automation Platform (unofficial).
Mozilla Public License 2.0
3 stars 0 forks source link

Simplify code of `aria_property_group` & `aria_custom_resource` since properties order is not guaranteed #40

Closed davidfischer-ch closed 3 months ago

davidfischer-ch commented 3 months ago

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.

davidfischer-ch commented 3 months ago

I am keeping the ordered properties structure for a while.