Merge pull request #2186 from rileykarson/deprecate-restore-policy

Deprecate restore_policy in code
This commit is contained in:
Paddy 2018-10-08 12:54:38 -07:00 committed by GitHub
commit c83982f9c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,
},