v0.35.0
Fix for EBS volumes created when the instance has been disabled, plus some vars description improvement @nnsense (#102)
- Fixing #74 (EBS volumes will be created if enabled = false)
- Fixing a wrong description provided for ebs_volume_encrypted in variables.tf
- Changing some EBS related description to be clear those are "additional volumes"
what
Adding a local variable and a &&
to the creation of the EBS volumes we can avoid the creation of the additional volumes if the instance creation has been disabled.
references
- Closes #74