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: Add support for IPv6 to aws_network_acl_rule #12644

Merged
merged 1 commit into from
Mar 14, 2017

Commits on Mar 13, 2017

  1. provider/aws: Add support for IPv6 to aws_network_acl_rule

    ```
    % make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSNetworkAclRule_'
    ==> Checking that code complies with gofmt requirements...
    go generate $(go list ./... | grep -v /terraform/vendor/)
    2017/03/13 14:39:43 Generated command/internal_plugin_list.go
    TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSNetworkAclRule_ -timeout 120m
    === RUN   TestAccAWSNetworkAclRule_basic
    --- PASS: TestAccAWSNetworkAclRule_basic (70.58s)
    === RUN   TestAccAWSNetworkAclRule_ipv6
    --- PASS: TestAccAWSNetworkAclRule_ipv6 (81.93s)
    PASS
    ok  	github.com/hashicorp/terraform/builtin/providers/aws	152.535s
    ```
    stack72 committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    e064727 View commit details
    Browse the repository at this point in the history