Skip to content

Replace additional volumes list with a map

Emmanuel QUEVILLON requested to merge feat/additional-volumes-as-map into main

NOTE: This change is a breaking change for user that are using previous versions (<4.1.1)

For EBS additional volumes resource, we've changed the variable type from list(object) to map(object). This way the management of additional EBS volumes is far better as we are working with real map keys, instead of array index which can be dramatic when suppressing one EBS volume in the middle of a list.

Merge request reports