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 f00f327 commit 7c53079Copy full SHA for 7c53079
infrastructure/cloudwatch_rum.tf
@@ -34,7 +34,7 @@ resource "aws_iam_role" "cognito_unauth_role" {
34
Action = "sts:AssumeRoleWithWebIdentity",
35
Condition = {
36
StringEquals = {
37
- "cognito-identity.amazonaws.com:aud" = "${local.current_region}:${aws_cognito_identity_pool.rum_identity_pool[0].id}"
+ "cognito-identity.amazonaws.com:aud" = aws_cognito_identity_pool.rum_identity_pool[0].id
38
},
39
"ForAnyValue:StringLike" = {
40
"cognito-identity.amazonaws.com:amr" = "unauthenticated"
0 commit comments