Skip to content

Commit

Permalink
fix newline
Browse files Browse the repository at this point in the history
  • Loading branch information
johnricords committed Jul 1, 2024
1 parent fc728e8 commit 6c1bda8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ resource "aws_cloudwatch_event_target" "this" {
input_template = input_transformer.value.input_template
}
}
}
}
2 changes: 1 addition & 1 deletion tests/create_all_any/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ module "cloudwatch" {

data "aws_caller_identity" "current" {}
data "aws_region" "current" {}
data "aws_partition" "current" {}
data "aws_partition" "current" {}
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ variable "event_rule" {
}))
})), [])
})
}
}

0 comments on commit 6c1bda8

Please sign in to comment.