Skip to content

v0.63.1

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 16 Feb 16:17
79e721b

🚀 Enhancements

Correct type definition for `efs_volumes` and `docker_volumes` vars @alexstophel (#161)

what

  • Update child attribute volume_configuration to efs_volume_configuration and docker_volume_configuration

why

  • In main.tf when iterating over the volumes it is looking for efs_volume_configuration and docker_volume_configuration instead of just volume_configuration.
    ** Without this change, configuration is always omitted.

references