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

Convert db subnet group subnets into list #666

Closed Russsnizza closed 3 weeks ago

Russsnizza commented 1 month ago

Fixes: https://github.com/perfectsense/gyro-aws-provider/issues/673

Description

This PR refactors the DBSubnetGroupResource class. The setSubnets() and getSubnets() methods now work with a List instead of a Set. All references to these methods have been updated accordingly.