Skip to content

v0.8.2

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 18 Oct 16:25
7ab272c

馃殌 Enhancements

Fix: `var.enabled` for Parameter Read, Testing Suite Overhaul @korenyoni (#33)

what

  • Fix var.parameter_read not honoring var.enabled.
  • Overhaul tests to properly test for map output.
  • Overhaul tests to have a parallel test for a disabled context.
  • Test that module outputs work as expected in both enabled and disabled contexts.
  • Misc: Fix README snippets.
  • Misc: Bump module in examples/complete.

why

  • This module will still read from SSM Parameter Store even if var.enabled is false.
  • Tests are not sufficient to test for the use case described above.
  • Tests do not properly test map output.
  • Misc: README is out of date (git source instead of Terraform registry).

references

  • N/A