perfectsense / gyro-aws-provider

AWS Provider for Gyro cloud automation tool.
https://gyro.dev/providers/aws/
Apache License 2.0
8 stars 1 forks source link

Order of availability zones in db-cluster resource should not matter #669

Closed harjain99 closed 3 weeks ago

harjain99 commented 1 month ago

Order of availability zones in db-cluster resource should not matter

The availabilityZones field should either be converted to a Set or the getAvailabilityZones() method should sort the list.

⇅ Replace aws::db-cluster rh-tester (rh-s6-rh-tester) (because of availability-zones, skipping without a workflow)
  · availability-zones:  -['us-east-1c', 'us-east-1b', 'us-east-1a'] → +['us-east-1a', 'us-east-1b', 'us-east-1c']