Skip to content

Commit

Permalink
Fixing failures detected by pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchimo committed Oct 30, 2023
1 parent 289a01d commit 90ffa83
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
Expand Up @@ -135,8 +135,8 @@ module "ecs_monitoring" {
source = "github.com/aws-observability/terraform-aws-observability-accelerator//modules/ecs-monitoring"
aws_ecs_cluster_name = module.ecs_cluster.cluster_name
taskRoleArn = module.ecs_cluster.task_exec_iam_role_arn
executionRoleArn = module.ecs_cluster.task_exec_iam_role_arn
task_role_arn = module.ecs_cluster.task_exec_iam_role_arn
execution_role_arn = module.ecs_cluster.task_exec_iam_role_arn
}
```
Grafana Dashboards
Expand Down
4 changes: 2 additions & 2 deletions docs/ecs/ecs-monitoring-on-ec2.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Make sure to update your exisitng Application Task Definitions based on the work
module "ecs_monitoring" {
source = "../../modules/ecs-monitoring"
aws_ecs_cluster_name = module.ecs_cluster.cluster_name
taskRoleArn = module.ecs_cluster.task_exec_iam_role_arn
executionRoleArn = module.ecs_cluster.task_exec_iam_role_arn
task_role_arn = module.ecs_cluster.task_exec_iam_role_arn
execution_role_arn = module.ecs_cluster.task_exec_iam_role_arn
depends_on = [
module.ecs_cluster
Expand Down

0 comments on commit 90ffa83

Please sign in to comment.