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: reading multiple pages of aws_efs_file_system tags #12328

Merged
merged 1 commit into from Mar 1, 2017

Commits on Mar 1, 2017

  1. provider/aws: reading multiple pages of aws_efs_file_system tags

    Fixes: #12232
    
    ```
    % make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSEFSFileSystem_pagedTags'
    ==> Checking that code complies with gofmt requirements...
    go generate $(go list ./... | grep -v /terraform/vendor/)
    TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSEFSFileSystem_pagedTags -timeout 120m
    === RUN   TestAccAWSEFSFileSystem_pagedTags
    --- PASS: TestAccAWSEFSFileSystem_pagedTags (39.51s)
    PASS
    ok      github.com/hashicorp/terraform/builtin/providers/aws    39.537s
    ```
    stack72 committed Mar 1, 2017
    Copy the full SHA
    2d097db View commit details
    Browse the repository at this point in the history