Skip to content

Commit

Permalink
running terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mvsnogueira-dnx committed Apr 9, 2024
1 parent 586aed1 commit ddc3bb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion alarms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ resource "random_string" "cloudtrail_alarm_suffix" {
special = false
lower = true
upper = false
numeric = false
}

resource "aws_cloudformation_stack" "cloudtrail_alarm" {

Check failure on line 86 in alarms.tf

View workflow job for this annotation

GitHub Actions / scan

CKV_AWS_124: "Ensure that CloudFormation stacks are sending event notifications to an SNS topic"

Check failure on line 86 in alarms.tf

View workflow job for this annotation

GitHub Actions / scan

CKV_AWS_124: "Ensure that CloudFormation stacks are sending event notifications to an SNS topic"
Expand Down

0 comments on commit ddc3bb4

Please sign in to comment.