neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
11 stars 14 forks source link

feat(aws): delete volumes on termination #166

Closed pvoborni closed 2 years ago

pvoborni commented 2 years ago

The behavior is default it can be disabled by setting:

  delete_volume_on_termination: false

In a config hierarchy of AWS provider.

Signed-off-by: Petr Vobornik pvoborni@redhat.com

pvoborni commented 2 years ago

@Tiboris I'll leave merge on you as I don't know whether you want to review also the example provisioning config changes.