Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
fix(amp): using name_prefix instead of name for log_group (#60)
Browse files Browse the repository at this point in the history
* fix(amp): using name_prefix instead of name for log_group

* chore(tfsec): added ignore for log group CK check
  • Loading branch information
anthonygauthier authored Oct 3, 2023
1 parent 522d953 commit 764aa1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prometheus.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#tfsec:ignore:aws-cloudwatch-log-group-customer-key
resource "aws_cloudwatch_log_group" "amp_log_group" {
name = "o11y-amp-default"
name_prefix = "/o11y/amp/"
}

# TODO: We are currently flowing data through this workspace here, we will eventually want to move everything to the workspace being created by the public module.
Expand Down

0 comments on commit 764aa1c

Please sign in to comment.