Address comments.

This commit is contained in:
Paddy 2017-09-29 04:57:47 -07:00
parent b1fa2a4702
commit 50ad10a513
2 changed files with 1 additions and 13 deletions

View File

@ -33,7 +33,7 @@ func resourceGoogleProjectIamPolicy() *schema.Resource {
"authoritative": &schema.Schema{
Type: schema.TypeBool,
Optional: true,
Deprecated: "Use google_project_iam_policy_binding nad google_project_iam_policy_member instead.",
Deprecated: "Use google_project_iam_policy_binding and google_project_iam_policy_member instead.",
},
"etag": &schema.Schema{
Type: schema.TypeString,

View File

@ -113,11 +113,6 @@ The following arguments are supported:
---
* `disk` - (DEPRECATED) Disks to attach to the instance. This can be specified
multiple times for multiple disks. Structure is documented below.
---
The `boot_disk` block supports:
* `auto_delete` - (Optional) Whether the disk will be auto-deleted when the instance
@ -221,13 +216,6 @@ The `service_account` block supports:
* `scopes` - (Required) A list of service scopes. Both OAuth2 URLs and gcloud
short names are supported.
(DEPRECATED) The `network` block supports:
* `source` - (Required) The name of the network to attach this interface to.
* `address` - (Optional) The IP address of a reserved IP address to assign
to this interface.
The `scheduling` block supports:
* `preemptible` - (Optional) Is the instance preemptible.