Shinichi TAMURA
0b6518a29b
provider/google: Changed network argument in google_compute_instance_group as optional ( #13493 )
2017-06-07 11:20:17 -07:00
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
37911bcc99
provider/google: Handle all 404 checks in read functions via the new function
2017-05-10 14:50:19 +03:00
Dana Hoffman
82608ca54b
provider/google: turn compute_instance_group.instances into a set ( #12790 )
2017-03-22 17:47:41 -07:00
Igor Wiedler
ad9a3fe44d
[provider/google] Use resource-specific project when waiting for creation
...
Creating most google cloud resources uses the compute_operation to
wait for the creation to complete. However, the computeOperationWait*
functions always uses the global `config.Project`, instead of the resource-
specific one.
This means that creating resource in a project other than the main one
fails with a 404 on the operation resource.
This patch uses the project from google_compute_instance instead of the
global one.
2016-06-10 11:55:21 +02:00
Seth Vargo
29b073158f
Update documentation to include new "project" attribute
...
This commit also normalizes the format we display attributes.
2016-04-10 17:34:15 -04:00
Seth Vargo
bacf5abf3c
Accept "project" as an attribute to GCP resources
...
This is the first step in removing the config dependency on "project".
This change is backwards-compatible because the value for this new
attribute defaults to the value from the provider.
2016-04-10 13:01:24 -04:00
Bill Fumerola
86bf978550
google_compute_instance_group: Correct error message for invalid instances
2016-03-18 09:25:28 -07:00
Alex Crowe
b3f7d1e386
Added google_compute_instance_group resource
2016-02-26 18:41:35 +00:00