Skip to content

add explicit networking mode for cases where subnet autodetection logic fails

Luc BAILLARGEON requested to merge attempt_fix2/dev_with_private_ip into main

In some cases, when an account have multiples subnets tagged with "z1" and "dev" the module fails to correctly autodetect the subnet.

this merge request add an "explicit networking" mode to override subnet/az autodetection.

This is indended to be the last 4.X.X version of the module, starting with version 5.0.0, the networking parameters will be explicit only.

Merge request reports