Skip to content

Commit

Permalink
Merge pull request #41 from kunduso/fix-checkov-scan-finding
Browse files Browse the repository at this point in the history
Fix checkov scan finding
  • Loading branch information
kunduso authored Jan 12, 2024
2 parents bd2fa47 + dce622a commit d3e795c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions amg_workspace/iampolicy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ resource "aws_iam_policy" "grafana_cw_policy" {
name = "grafana_cw_policy"
path = "/"
description = "Allows Amazon Grafana to access CloudWatch"
#checkov:skip=CKV_AWS_355:This policy allows all cloudwatch logs
# Terraform's "jsonencode" function converts a
# Terraform expression result to valid JSON syntax.
policy = jsonencode({
Expand Down

0 comments on commit d3e795c

Please sign in to comment.