Skip to content

Fix/multi subnets in same az

Luc BAILLARGEON requested to merge fix/multi_subnets_in_same_az into main

this module crash when 2 subnets are in the same az for a given security level (e.g : Z2)

this is a breaking change that required to pass the vpc id and the subnet ids as parameters.

The vpc id will be used to perform a "data" on a specific vpc

Manually passing the subnet ids will ensure you only create 1 mount target per az (which is mandatory when you hit the aws api)

Merge request reports