You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: modules/core_project_factory/variables.tf
+1-1
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ variable "activate_apis" {
111
111
variable"activate_api_identities" {
112
112
description=<<EOF
113
113
The list of service identities (Google Managed service account for the API) to force-create for the project (e.g. in order to grant additional roles).
114
-
APIs in this list will automatically be appended to `activate_apis`.
114
+
APIs in this list will automatically be appended to `activate_apis`. Use for services supported by `gcloud beta services identity create`
115
115
Not including the API in this list will follow the default behaviour for identity creation (which is usually when the first resource using the API is created).
116
116
Any roles (e.g. service agent role) must be explicitly listed. See https://cloud.google.com/iam/docs/understanding-roles#service-agent-roles-roles for a list of related roles.
0 commit comments