Skip to content

v0.26.0 Breaking Changes

Pre-release
Pre-release
Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 15 Jun 19:23
f875913

Breaking Changes. Not recommended.

Previously, this module would, by default, remove all ingress and egress rules from the default VPC security group. This release inadvertently removed that behavior.

feat: use security-group module instead of resource @SweetOps (#86)

what

  • use security-group module instead of resource
  • update tests

why

  • more flexible than current implementation
  • bring configuration of security group/rules to one standard

references

  • CPCO-409