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: Refresh aws_alb_target_group tags #13200

Merged
merged 1 commit into from
Mar 31, 2017

Commits on Mar 30, 2017

  1. provider/aws: Refresh aws_alb_target_group tags

    Fixes: #8847
    
    We actually didn't get the list of tags from the API, therefore, any
    manual changes were not actually showing up in subsequent plans
    
    ```
    % make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSALBTargetGroup_basic'
    ==> Checking that code complies with gofmt requirements...
    go generate $(go list ./... | grep -v /terraform/vendor/)
    2017/03/30 15:45:53 Generated command/internal_plugin_list.go
    TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSALBTargetGroup_basic -timeout 120m
    === RUN   TestAccAWSALBTargetGroup_basic
    --- PASS: TestAccAWSALBTargetGroup_basic (62.76s)
    PASS
    ok  	github.com/hashicorp/terraform/builtin/providers/aws	62.787s
    ```
    stack72 committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    d922bc5 View commit details
    Browse the repository at this point in the history