Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Fortuna committed Nov 17, 2020
1 parent 8a6bdf4 commit 031f799
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ![AWS](aws-logo.png) CloudWatch Event Trigger
# ![AWS](aws-logo.png) CloudWatch Event Rule

![AWS CloudWatch Event Rule](aws\_cloudwatch\_event\_rule.png)

Purpose: Templates for CloudWatch Event triggers.
Purpose: Templates for CloudWatch Event rules.

## Requirements

Expand Down
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* # ![AWS](aws-logo.png) CloudWatch Event Trigger
* # ![AWS](aws-logo.png) CloudWatch Event Rule
*
* ![AWS CloudWatch Event Rule](aws_cloudwatch_event_rule.png)
*
* Purpose: Templates for CloudWatch Event triggers.
* Purpose: Templates for CloudWatch Event rules.
*/
data "aws_iam_role" "target_role" {
count = var.target_role != null ? 1 : 0
Expand Down

0 comments on commit 031f799

Please sign in to comment.