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 ARN as an exported param for aws_ecs_cluster #991

Merged
merged 1 commit into from
Jun 28, 2017

Commits on Jun 28, 2017

  1. provider/aws: Add ARN as an exported param for aws_ecs_cluster

    Fixes: #988
    
    ```
    % make testacc TEST=./aws TESTARGS='-run=TestAccAWSEcsDataSource'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -run=TestAccAWSEcsDataSource -timeout 120m
    === RUN   TestAccAWSEcsDataSource_ecsCluster
    --- PASS: TestAccAWSEcsDataSource_ecsCluster (116.89s)
    === RUN   TestAccAWSEcsDataSource_ecsContainerDefinition
    --- PASS: TestAccAWSEcsDataSource_ecsContainerDefinition (116.93s)
    === RUN   TestAccAWSEcsDataSource_ecsTaskDefinition
    --- PASS: TestAccAWSEcsDataSource_ecsTaskDefinition (30.72s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	264.579s
    ```
    stack72 committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    fdcf71c View commit details
    Browse the repository at this point in the history