Skip to content

v0.58.0

Choose a tag to compare

@cloudpossebot cloudpossebot released this 30 Jul 01:17
63facfd
Resolve issue with mount_points.readOnly bool and TF15 darpham (@darpham) (#137)

what

  • Add backwards compatibility with TF15 related to mount_points variable

why

  • Incompatibility with TF15, root cause is unknown

references

comments/notes

  • This will force users to specify the readOnly bool, previously where null was specified should now be false per AWS default
  • Initially wanted to use default optional function within the variable, but this feature is only available in TF15