Clarify IAM policy deprecation.

Make it a bit clearer what the IAM policy deprecation means.
This commit is contained in:
Paddy Carver 2018-04-16 10:55:40 -07:00
parent 152df5ad6e
commit 6e9aa0d30e

View File

@ -36,7 +36,7 @@ func resourceGoogleProjectIamPolicy() *schema.Resource {
"authoritative": &schema.Schema{
Type: schema.TypeBool,
Optional: true,
Deprecated: "Use google_project_iam_policy_binding and google_project_iam_policy_member instead.",
Deprecated: "A future version of Terraform will remove the authoritative field. To ignore changes not managed by Terraform, use google_project_iam_policy_binding and google_project_iam_policy_member instead. See https://www.terraform.io/docs/providers/google/r/google_project_iam.html for more information.",
},
"etag": &schema.Schema{
Type: schema.TypeString,