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

resource/aws_network_acl: Make action in ingress / egress case insensitive #1000

Merged
merged 1 commit into from
Jun 29, 2017

Commits on Jun 29, 2017

  1. resource/aws_network_acl: Make action in ingress / egress case insens…

    …itive
    
    Fixes: #918
    
    Add a diff suppress func to stop case sensitivity issues on the Action
    param of ingress and egress. To do this, I had to make sure that the
    hash always used the lowercase version (this will mean that users who do
    not see a perpetual diff are not affected)
    stack72 committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    c469669 View commit details
    Browse the repository at this point in the history