We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e58cdfb commit 0086e21Copy full SHA for 0086e21
terraform/modules/google_iam/locals.tf
@@ -4,6 +4,7 @@ locals {
4
"roles/pubsub.editor",
5
"roles/iam.serviceAccountOpenIdTokenCreator",
6
"roles/monitoring.dashboardViewer",
7
- "roles/container.nodeServiceAccount"
+ "roles/container.nodeServiceAccount",
8
+ "roles/cloudtrace.agent"
9
])
10
}
0 commit comments