Skip to content

Commit ecc534f

Browse files
committed
correct for_each reference
1 parent 677bf5c commit ecc534f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • aws/telemetry/modules/prometheus-workspace

aws/telemetry/modules/prometheus-workspace/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resource "aws_prometheus_workspace" "this" {
55
dynamic logging_configuration {
66
for_each = var.log_group_arn
77
content {
8-
log_group_arn = setting.value
8+
log_group_arn = logging_configuration.value
99
}
1010
}
1111
}

0 commit comments

Comments
 (0)