Skip to content

Commit

Permalink
Merge pull request #2 from HarriLLC/v1.14.2
Browse files Browse the repository at this point in the history
Update examples
  • Loading branch information
haytham-salhi authored Jul 21, 2022
2 parents 521e1e4 + 9becb8d commit e56b391
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ module "eventbridge" {

attach_cloudwatch_policy = true
cloudwatch_target_arns = [aws_cloudwatch_log_group.this.arn]

append_rule_postfix = false

attach_ecs_policy = true
ecs_target_arns = [aws_ecs_task_definition.hello_world.arn]
Expand Down

0 comments on commit e56b391

Please sign in to comment.