Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provider/aws: Default Network ACL resource #6165

Merged
merged 5 commits into from
Apr 18, 2016
Merged

Commits on Apr 13, 2016

  1. provider/aws: Default Network ACL resource

    Provides a resource to manage the default AWS Network ACL. VPC Only.
    catsby committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    8b223ba View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2016

  1. Configuration menu
    Copy the full SHA
    d104bbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8e29f1 View commit details
    Browse the repository at this point in the history
  3. refactor revokeRulesForType to be revokeAllNetworkACLEntries

    Refactor method to delete all network ACL entries, regardless of type. The
    previous implementation was under the assumption that we may only eliminate some
    rule types and possibly not others, so the split was necessary.
    
    We're now removing them all, so the logic isn't necessary
    
    Several doc and test cleanups are here as well
    catsby committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    af367a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2016

  1. smite subnet_id, improve docs

    catsby committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    78cd903 View commit details
    Browse the repository at this point in the history