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 4cc1e3f commit e089c53Copy full SHA for e089c53
infrastructure/cloudwatch_rum.tf
@@ -132,8 +132,8 @@ resource "aws_rum_app_monitor" "ndr" {
132
session_sample_rate = 1.0
133
telemetries = ["errors", "performance", "http"]
134
}
135
-
136
- tags = {
137
- ServiceRole = aws_iam_role.cloudwatch_rum[0].arn
138
- }
139
+# tags = {
+# ServiceRole = aws_iam_role.cloudwatch_rum[0].arn
+# }
0 commit comments