Merge pull request #1343 from terraform-providers/paddy_clarify_iam_policy

Clarify IAM policy deprecation.
This commit is contained in:
Paddy 2018-04-16 19:48:19 -07:00 committed by GitHub
commit 4975fe47db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,