You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Feature: Make default permissive outbound security group rule creation conditional: var.custom_outbound_security_grouptype = bool. Historic behaviour is followed by default
Feature: Make bastion service port configurable: var.bastion_service_porttype = number. Historic behaviour is followed by default
Feature: Add new examples/custom_outbound_security_group demonstrating use of above
Change: Increment required terraform version to >= 1.2.0 since we are not testing historic versions
Change: Increment suggested AWS provider to 4.22 (not hard enforce)
Change: Remove obsolete explicit manual dependencies from examples
Change: Remove obsolete quotes from interpolations in locals
Change: Tidy up Readme to include new options sensibly