We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e9486 commit 67b9523Copy full SHA for 67b9523
terraform/modules/iam/variables.tf
@@ -50,6 +50,6 @@ variable "iap_impersonation_sa_roles" {
50
type = list(string)
51
description = "List of IAM roles to grant to the IAP Impersonation service account."
52
default = [
53
- "roles/iam.serviceAccountTokenCreator",
+ "roles/iap.httpsResourceAccessor",
54
]
55
}
0 commit comments