Skip to content

Commit 37c9b5c

Browse files
schniberSamuel CHNIBER
andauthored
fix example (#10)
Co-authored-by: Samuel CHNIBER <schniber@amazon.fr>
1 parent 598c79b commit 37c9b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module "prometheus" {
1616

1717
workspace_alias = local.name
1818
logging_configuration = {
19-
log_group_arn = aws_cloudwatch_log_group.this.arn
19+
log_group_arn = "${aws_cloudwatch_log_group.this.arn}:*"
2020
}
2121

2222
alert_manager_definition = <<-EOT

0 commit comments

Comments
 (0)