Skip to content

Commit e089c53

Browse files
Commented out ServiceRole tag
1 parent 4cc1e3f commit e089c53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

infrastructure/cloudwatch_rum.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ resource "aws_rum_app_monitor" "ndr" {
132132
session_sample_rate = 1.0
133133
telemetries = ["errors", "performance", "http"]
134134
}
135-
136-
tags = {
137-
ServiceRole = aws_iam_role.cloudwatch_rum[0].arn
138-
}
139135
}
136+
# tags = {
137+
# ServiceRole = aws_iam_role.cloudwatch_rum[0].arn
138+
# }
139+
# }

0 commit comments

Comments
 (0)