Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
thathaneydude committed May 29, 2024
1 parent d3ecfca commit 8258fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventbridge_primary.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resource "aws_cloudwatch_event_bus" "primary_bus" {
resource "aws_cloudwatch_event_rule" "ec2_state_change_primary_rule" {
name = var.ec2_state_change_rule_name
event_bus_name = aws_cloudwatch_event_bus.primary_bus.name
event_pattern = jsonencode({
event_pattern = jsonencode({
"source" : local.event_source,
"detail-type" : local.event_detail_type,
"detail" : {
Expand Down

0 comments on commit 8258fab

Please sign in to comment.