Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ruchimo/terraform-aws-observability…
Browse files Browse the repository at this point in the history
…-accelerator
  • Loading branch information
ruchimo committed Oct 30, 2023
2 parents 0f126e7 + 4440d0c commit d4d7c8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions examples/ecs-cluster-with-vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,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
Expand Down
2 changes: 0 additions & 2 deletions modules/ecs-monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,4 @@ See examples using this Terraform modules in the **Amazon ECS** section of [this
|------|-------------|
| <a name="output_grafana_workspace_endpoint"></a> [grafana\_workspace\_endpoint](#output\_grafana\_workspace\_endpoint) | The endpoint of the Grafana workspace |
| <a name="output_grafana_workspace_id"></a> [grafana\_workspace\_id](#output\_grafana\_workspace\_id) | The ID of the Grafana workspace |
| <a name="output_prometheus_workspace_endpoint"></a> [prometheus\_workspace\_endpoint](#output\_prometheus\_workspace\_endpoint) | Prometheus endpoint available for this workspace |
| <a name="output_prometheus_workspace_id"></a> [prometheus\_workspace\_id](#output\_prometheus\_workspace\_id) | Identifier of the workspace |
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

0 comments on commit d4d7c8e

Please sign in to comment.