Deprecate the policy_data field of the google_service_account (#942)

This commit is contained in:
Vincent Roseberry 2018-01-10 10:44:01 -08:00 committed by GitHub
parent 6f742d2aaa
commit 4bd526a4f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,8 +49,9 @@ func resourceGoogleServiceAccount() *schema.Resource {
ForceNew: true,
},
"policy_data": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Type: schema.TypeString,
Optional: true,
Deprecated: "Use the 'google_service_account_iam_policy' resource to define policies for a service account",
},
},
}