salt/changelog/57139.fixed
Wayne Werner 78df3f2b9a Fix boto_route53 bug with (multiple) VPCs
This is a workaround because there is/was a bug in boto (see
boto/boto#3061 and boto/boto#2882 for more info) where VPCs were a list
with multiple, or a dict with one VPC. Now it won't matter if the return
is a dict or a list, we'll correctly process it.
2022-12-05 13:22:04 -07:00

1 line
45 B
Text

Fix boto_route53 issue with (multiple) VPCs.