Skip to content

v0.51.1

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jul 21:58
· 16 commits to main since this release
9697073

馃殌 Enhancements

Fix/security groups update @samcrudge (#244)

what

Suggested changed by @goruha.

Default to empty string if aws_security_group.id is null. Empty string will then get filtered out by compact().

why

Null value caused sort() function to crash, making it impossible to set create_security_group to false

Implementing changes suggested in #229 by @goruha.

references

Fixed sort function crashing when create_security_group=false #229
Option create_security_group can't be false currently #216