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/google: Set instances to computed in compute_instance_group #15025

Merged
merged 1 commit into from
Jun 2, 2017

Commits on Jun 2, 2017

  1. provider/google: Set instances to computed in compute_instance_group

    Fixes: #15024
    
    ```
    % make testacc TEST=./builtin/providers/google TESTARGS='-run=TestAccComputeInstanceGroup_'
    ==> Checking that code complies with gofmt requirements...
    go generate $(go list ./... | grep -v /terraform/vendor/)
    2017/06/02 20:48:54 Generated command/internal_plugin_list.go
    TF_ACC=1 go test ./builtin/providers/google -v -run=TestAccComputeInstanceGroup_ -timeout 120m
    === RUN   TestAccComputeInstanceGroup_basic
    --- PASS: TestAccComputeInstanceGroup_basic (123.64s)
    === RUN   TestAccComputeInstanceGroup_update
    --- PASS: TestAccComputeInstanceGroup_update (150.37s)
    === RUN   TestAccComputeInstanceGroup_outOfOrderInstances
    --- PASS: TestAccComputeInstanceGroup_outOfOrderInstances (103.71s)
    PASS
    ok  	github.com/hashicorp/terraform/builtin/providers/google	377.737s
    ```
    stack72 committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    4927d9e View commit details
    Browse the repository at this point in the history