v0.63.1
🚀 Enhancements
Correct type definition for `efs_volumes` and `docker_volumes` vars @alexstophel (#161)
what
- Update child attribute volume_configuration to
efs_volume_configuration
anddocker_volume_configuration
why
- In
main.tf
when iterating over the volumes it is looking forefs_volume_configuration
anddocker_volume_configuration
instead of justvolume_configuration
.
** Without this change, configuration is always omitted.