We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0230ed4 commit 02050bbCopy full SHA for 02050bb
modules/cron/main.tf
@@ -253,7 +253,7 @@ resource "google_monitoring_alert_policy" "anomalous-job-access" {
253
])}")
254
)
255
-(
256
- protoPayload.authenticationInfo.principalEmail=~"${join("|", concat(var.invokers, [data.google_client_openid_userinfo.me]))}"
+ protoPayload.authenticationInfo.principalEmail=~"${join("|", concat(var.invokers, [data.google_client_openid_userinfo.me.email]))}"
257
protoPayload.methodName="google.cloud.run.v1.Jobs.RunJob"
258
259
EOT
0 commit comments