From 4440d0c1e6a1a0fba03c01b8ea2efb664370a1a6 Mon Sep 17 00:00:00 2001 From: Rodrigue Koffi Date: Mon, 30 Oct 2023 09:55:34 +0100 Subject: [PATCH] Pre-commit --- examples/ecs-cluster-with-vpc/main.tf | 8 ++++---- modules/ecs-monitoring/README.md | 2 -- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/examples/ecs-cluster-with-vpc/main.tf b/examples/ecs-cluster-with-vpc/main.tf index d703729b..94dc2b48 100644 --- a/examples/ecs-cluster-with-vpc/main.tf +++ b/examples/ecs-cluster-with-vpc/main.tf @@ -180,10 +180,10 @@ module "alb_sg" { } module "ecs_monitoring" { - source = "../../modules/ecs-monitoring" - aws_ecs_cluster_name = module.ecs_cluster.cluster_name - task_role_arn = module.ecs_cluster.task_exec_iam_role_arn - execution_role_arn = module.ecs_cluster.task_exec_iam_role_arn + source = "../../modules/ecs-monitoring" + aws_ecs_cluster_name = module.ecs_cluster.cluster_name + 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 diff --git a/modules/ecs-monitoring/README.md b/modules/ecs-monitoring/README.md index 66b2a1c1..8f6da073 100644 --- a/modules/ecs-monitoring/README.md +++ b/modules/ecs-monitoring/README.md @@ -72,6 +72,4 @@ See examples using this Terraform modules in the **Amazon ECS** section of [this |------|-------------| | [grafana\_workspace\_endpoint](#output\_grafana\_workspace\_endpoint) | The endpoint of the Grafana workspace | | [grafana\_workspace\_id](#output\_grafana\_workspace\_id) | The ID of the Grafana workspace | -| [prometheus\_workspace\_endpoint](#output\_prometheus\_workspace\_endpoint) | Prometheus endpoint available for this workspace | -| [prometheus\_workspace\_id](#output\_prometheus\_workspace\_id) | Identifier of the workspace |