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: Support Tags on aws_rds_cluster #7695

Merged
merged 1 commit into from
Jul 20, 2016
Merged

Commits on Jul 19, 2016

  1. provider/aws: Support Tags on aws_rds_cluster

    Fixes #7692
    
    ```
    % make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSRDSCluster_'
    ==> 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=TestAccAWSRDSCluster_
    -timeout 120m
    === RUN   TestAccAWSRDSCluster_basic
    --- PASS: TestAccAWSRDSCluster_basic (160.77s)
    === RUN   TestAccAWSRDSCluster_updateTags
    --- PASS: TestAccAWSRDSCluster_updateTags (329.20s)
    === RUN   TestAccAWSRDSCluster_encrypted
    --- PASS: TestAccAWSRDSCluster_encrypted (227.29s)
    === RUN   TestAccAWSRDSCluster_backupsUpdate
    --- PASS: TestAccAWSRDSCluster_backupsUpdate (196.92s)
    PASS
    ok      github.com/hashicorp/terraform/builtin/providers/aws    914.199s
    ```
    stack72 committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    54da899 View commit details
    Browse the repository at this point in the history