diff --git a/google/resource_google_project_iam_policy.go b/google/resource_google_project_iam_policy.go index 62c68747..99478222 100644 --- a/google/resource_google_project_iam_policy.go +++ b/google/resource_google_project_iam_policy.go @@ -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, diff --git a/website/docs/r/compute_instance.html.markdown b/website/docs/r/compute_instance.html.markdown index afd39e3d..9d27eb62 100644 --- a/website/docs/r/compute_instance.html.markdown +++ b/website/docs/r/compute_instance.html.markdown @@ -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.