Skip to content

Commit 67b9523

Browse files
committed
update IAP impersonator roles
1 parent 77e9486 commit 67b9523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/modules/iam/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ variable "iap_impersonation_sa_roles" {
5050
type = list(string)
5151
description = "List of IAM roles to grant to the IAP Impersonation service account."
5252
default = [
53-
"roles/iam.serviceAccountTokenCreator",
53+
"roles/iap.httpsResourceAccessor",
5454
]
5555
}

0 commit comments

Comments
 (0)