Skip to content

v0.54.1

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 25 Feb 14:45
a55f22c

🚀 Enhancements

Add create_before_destroy lifecycle to sg @nitrocode (#111)

what

  • Add name_prefix and lifecycle to sg

why

  • Name changes to the security group may not be able to be destroyed easily.

references

note

Unsure if both the lifecycle and the name_prefix args need to be set. Might be good enough just to do the lifecycle.

I'm thinking it might be better to remove the name_prefix and see if the lifecycle clears the issue for the user.