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 CloudWatch Group from state on 404 #7576

Merged
merged 1 commit into from
Jul 11, 2016

Commits on Jul 11, 2016

  1. provider/aws: Refresh CloudWatch Group from state on 404

    Fixes #7543 where creating a CloudWatch Group, then deleting it from the
    console will cause no action on refresh / plan
    
    ```
    % make testacc TEST=./builtin/providers/aws  TESTARGS='-run=TestAccAWSCloudWatchLogGroup_'
    ==> 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=TestAccAWSCloudWatchLogGroup_ -timeout 120m
    === RUN   TestAccAWSCloudWatchLogGroup_importBasic
    --- PASS: TestAccAWSCloudWatchLogGroup_importBasic (18.10s)
    === RUN   TestAccAWSCloudWatchLogGroup_basic
    --- PASS: TestAccAWSCloudWatchLogGroup_basic (17.34s)
    === RUN   TestAccAWSCloudWatchLogGroup_retentionPolicy
    --- PASS: TestAccAWSCloudWatchLogGroup_retentionPolicy (49.81s)
    === RUN   TestAccAWSCloudWatchLogGroup_multiple
    --- PASS: TestAccAWSCloudWatchLogGroup_multiple (23.74s)
    === RUN   TestAccAWSCloudWatchLogGroup_disappears
    --- PASS: TestAccAWSCloudWatchLogGroup_disappears (15.78s)
    PASS
    ok      github.com/hashicorp/terraform/builtin/providers/aws    124.789s
    ```
    stack72 committed Jul 11, 2016
    Configuration menu
    Copy the full SHA
    35d71cc View commit details
    Browse the repository at this point in the history