Paul Stack
|
e9aaf58098
|
provider/google: Set instances to computed in compute_instance_group (#15025)
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
```
|
2017-06-02 22:15:10 +03:00 |
Dana Hoffman
|
82608ca54b
|
provider/google: turn compute_instance_group.instances into a set (#12790)
|
2017-03-22 17:47:41 -07:00 |
Christoph Blecker
|
a9cc6e2838
|
Update Google TestAcc to use Debian 8 images
|
2016-08-18 19:31:45 -07:00 |
Bill Fumerola
|
1ccfacd2dd
|
provider/google: use non-deprecated image in acceptance tests, documentation
|
2016-03-26 09:55:28 -07:00 |
Alex Crowe
|
b3f7d1e386
|
Added google_compute_instance_group resource
|
2016-02-26 18:41:35 +00:00 |