Deprecate restore_policy in code

This commit is contained in:
Riley Karson 2018-10-08 11:37:19 -07:00
parent 706e6ce168
commit 52a17333c0

View File

@ -43,6 +43,7 @@ func resourceGoogleProjectIamPolicy() *schema.Resource {
Computed: true,
},
"restore_policy": &schema.Schema{
Deprecated: "This field will be removed alongside the authoritative field. To ignore changes not managed by Terraform, use google_project_iam_binding and google_project_iam_member instead. See https://www.terraform.io/docs/providers/google/r/google_project_iam.html for more information.",
Type: schema.TypeString,
Computed: true,
},