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

Add aria_custom_resource and related models #16

Closed davidfischer-ch closed 4 months ago

davidfischer-ch commented 4 months ago

Fix #8

Fix #18

Towl commented 4 months ago

Hello,

Here is an example that could be useful: https://stackoverflow.com/questions/25182923/serialize-a-map-using-a-specific-order

Towl commented 4 months ago

And this : https://pkg.go.dev/gitlab.com/c0b/go-ordered-json

davidfischer-ch commented 4 months ago

I finally made it! Both unit and acceptances tests are showing that ordering of properties is preserved!