Commit Graph

1429 Commits

Author SHA1 Message Date
Paddy
e4e20b66a9 Merge pull request #546 from terraform-providers/paddy_go1.9.1_travis
Use go1.9.1 for Travis
2017-10-12 13:16:49 -07:00
Dana Hoffman
d99b7d2286 Update CHANGELOG.md 2017-10-12 11:22:01 -07:00
Dana Hoffman
811530f145 Fix cluster version upgrades (#577)
* wait for running status on a cluster on read

* add min_master_version field

* respond to comments

* add docs

* no node_version on create
2017-10-12 11:21:33 -07:00
Dana Hoffman
ea909a3409 Change group back to Optional in google_compute_backend_service (#576)
* change group back to optional

* fix build
2017-10-12 09:21:35 -07:00
Paddy
2b165962db Merge pull request #575 from terraform-providers/paddy_unique_bucket_name
Give bucket unique name in tests.
2017-10-11 17:11:06 -07:00
Paddy
0183e26999 Give bucket unique name in tests.
This will stop the test failure from the dangling resource.
2017-10-11 16:52:37 -07:00
Vincent Roseberry
7ea31892dd Update CHANGELOG.md 2017-10-11 13:37:47 -07:00
Peter Milley
fe01f7fdd6 Copy network_interface attributes to Terraform state. (#536) 2017-10-11 13:33:58 -07:00
Vincent Roseberry
eb88e6d40d Fix org policies update test to actually update instead of doing a create/delete/create/delete cycle (#573) 2017-10-11 13:31:24 -07:00
Vincent Roseberry
231d866eba Update CHANGELOG.md 2017-10-11 12:52:35 -07:00
Vincent Roseberry
e5d9fe6163 Add support for shared VPC (#572)
* Add VPC host project resource
* Add VPC service project resource
* Add combined acceptance test for shared VPC
* Add docs for shared VPC
* Increase deadline for project services operation
2017-10-11 12:51:09 -07:00
Joe Selman
8ab9d96d25 Revert "Add t.Parallel to all acceptance tests (#558)"
This reverts commit 42de44592f. It appears
there might be thread-safety issues as panics have started occuring when
parallism is ramped up. Reverting for now while investigating.
2017-10-10 17:55:34 -07:00
Joe Selman
42de44592f Add t.Parallel to all acceptance tests (#558) 2017-10-10 16:28:00 -07:00
Radek Simko
063cddd241 Update CHANGELOG.md 2017-10-10 20:38:07 +01:00
Radek Simko
31dc9d3790 Merge pull request #566 from terraform-providers/b-inst-tpl-device-name-computed
r/compute_instance_template: Make disk.device_name computed
2017-10-10 20:37:26 +01:00
Radek Simko
8378b58bdf
r/compute_instance_template: Make disk.device_name computed 2017-10-10 19:43:59 +01:00
Radek Simko
6d6f935324 Update CHANGELOG.md 2017-10-10 18:25:13 +01:00
Radek Simko
96ac8255d1 Merge pull request #561 from terraform-providers/f-compute-vpn-tunnel-secret-sensitive
r/compute_vpn_tunnel: Mark 'shared_secret' as sensitive
2017-10-10 18:24:33 +01:00
Radek Simko
ee66f0baf7 Update CHANGELOG.md 2017-10-10 18:22:41 +01:00
Radek Simko
44f477326d Merge pull request #560 from terraform-providers/b-ds-dns-mz-404
d/dns_managed_zone: Error out if zone is not found
2017-10-10 18:21:56 +01:00
Vincent Roseberry
45c1d723e5 Create a reusable GlobalFieldValue and support reading project from schema (#550) 2017-10-10 09:53:57 -07:00
Stefan Schmidt
db62fe7b8e Fix broken link to GCP Resource Manager's folder API doc. (#562) 2017-10-10 09:38:40 -07:00
Radek Simko
4bbce17bee
d/dns_managed_zone: Error out if zone is not found 2017-10-10 13:13:42 +01:00
Radek Simko
0e5b4b0597
r/compute_vpn_tunnel: Mark 'shared_secret' as sensitive 2017-10-10 12:57:52 +01:00
Vincent Roseberry
5dbe9db32a Update CHANGELOG.md 2017-10-09 14:13:35 -07:00
Vincent Roseberry
3d4c517ce8 Fix crash because missing error check before waiting on operation (#556) 2017-10-09 14:12:05 -07:00
Vincent Roseberry
60b6daeaf0 Update CHANGELOG.md 2017-10-09 11:01:10 -07:00
Scott Stevenson
d574c6a910 Add resource_compute_region_autoscaler (#544)
* Add resource_compute_region_autoscaler
* Add import acceptance tests, reuse zonal autoscaler code
* Enforce single autoscaling policy requirement at terraform plan time
2017-10-09 10:59:38 -07:00
kev1nlaube
fa661697e1 Add missing parameters to the node pool docs (#551) 2017-10-09 10:42:35 -07:00
Joe Selman
a64813b2c3 Update CHANGELOG.md 2017-10-09 10:21:30 -07:00
Joe Selman
e3ca8fbe59 Add labels to google_compute_instance_template (#515) 2017-10-09 10:17:15 -07:00
Dana Hoffman
888df75f39 Update CHANGELOG.md 2017-10-06 15:48:57 -07:00
Dana Hoffman
d67bf7b3fc add master_version to container cluster (#538) 2017-10-06 15:48:01 -07:00
Mioi Hanaoka
efa4c36e37 fix default for connection_draining_timeout_sec (#548)
The default value for the connection_draining_timeout_sec arg was
changed in commit 5cd3e1ec99 from
0 to 300. Fixing the doc to reflect this change.
2017-10-06 12:03:16 -07:00
Paddy
fdba19ae70 Use go1.9.1 for Travis
Go 1.9.1 was just released to fix a security vulnerability in 1.9.0. Let's use it for our Travis tests.
2017-10-06 11:27:26 -07:00
Vincent Roseberry
306b3d66b4 Forwarding rule network field supports name in addition of self_link (#487)
* Forwarding rule network field supports name in addition of self_link
* Update documentation
2017-10-06 09:33:42 -07:00
Vincent Roseberry
05eef46f2b Update CHANGELOG.md 2017-10-05 14:30:47 -07:00
Vincent Roseberry
c94cbde1f6 Add import support to google_compute_target_tcp_proxy (#534) 2017-10-05 14:29:53 -07:00
Vincent Roseberry
f03780986a Update CHANGELOG.md 2017-10-05 13:20:59 -07:00
Vincent Roseberry
87f3a58cb2 Add support for org policies at the organization level (#523)
* Fetch latest resource manager client
* Add new resource to manage Org Policy at the organization level.
* Update documentation
2017-10-05 13:20:16 -07:00
Vincent Roseberry
03b11da5bb Update Region Backend Service docs example to use a region instance group manager. (#533)
* Update compute_region_backend_service to use a regional instance group manager in the example

* Update the attributes section
2017-10-05 12:35:33 -07:00
Dana Hoffman
4ec0920ef3 Update region in sql db docs (#521)
* update region in sql db docs

* Update phrasing
2017-10-05 11:17:05 -07:00
Vincent Roseberry
930c9d2764 Update CHANGELOG.md 2017-10-05 10:28:42 -07:00
Alberto
2f94ff9ad4 Add support for target_tcp_proxy (#528) 2017-10-05 10:27:56 -07:00
Dana Hoffman
eaf3670d7b Update CHANGELOG.md 2017-10-04 16:49:45 -07:00
Dana Hoffman
754e6daceb Fix BackendService group hash when instance groups use beta features (#522)
* change backend hash function

* update if statement
2017-10-04 16:49:02 -07:00
Dana Hoffman
5e387e33ef Update CHANGELOG.md 2017-10-04 16:42:19 -07:00
Dana Hoffman
5b3bd3455c Fix crash when creating node pools with name_prefix (#531) 2017-10-04 16:41:35 -07:00
Vincent Roseberry
d60deb044a Update google_project docs to reflect that the id field has been removed (#530) 2017-10-04 16:19:43 -07:00
Vincent Roseberry
e8dd03caf0 Update CHANGELOG.md 2017-10-04 15:24:40 -07:00