Skip to content

Commit 4bd526a

Browse files
authored
Deprecate the policy_data field of the google_service_account (#942)
1 parent 6f742d2 commit 4bd526a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

google/resource_google_service_account.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ func resourceGoogleServiceAccount() *schema.Resource {
4949
ForceNew: true,
5050
},
5151
"policy_data": &schema.Schema{
52-
Type: schema.TypeString,
53-
Optional: true,
52+
Type: schema.TypeString,
53+
Optional: true,
54+
Deprecated: "Use the 'google_service_account_iam_policy' resource to define policies for a service account",
5455
},
5556
},
5657
}

0 commit comments

Comments
 (0)