From d62fd158930ab3129e1c330d6f934d9a2f8d70d8 Mon Sep 17 00:00:00 2001 From: Rahul-4480 Date: Tue, 16 Jul 2024 11:28:07 +0530 Subject: [PATCH] docs: update README files to reflect changes in ecs module --- README.md | 1 - modules/ecs/README.md | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 80891cb..a91dc55 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,6 @@ launch_template_key_name = "test-atlantis" | Name | Description | |------|-------------| | [alb\_dns\_name](#output\_alb\_dns\_name) | The DNS name of the ALB | -| [ecs\_cluster\_name](#output\_ecs\_cluster\_name) | The name of the ECS cluster | | [ecs\_service\_name](#output\_ecs\_service\_name) | The name of the ECS service | | [ecs\_task\_definition\_arn](#output\_ecs\_task\_definition\_arn) | The ARN of the ECS task definition | | [github\_webhook\_url](#output\_github\_webhook\_url) | The URL for GitHub webhook | diff --git a/modules/ecs/README.md b/modules/ecs/README.md index a9a0037..e99c2b4 100644 --- a/modules/ecs/README.md +++ b/modules/ecs/README.md @@ -11,7 +11,9 @@ No requirements. ## Modules -No modules. +| Name | Source | Version | +|------|--------|---------| +| [ecs\_cluster](#module\_ecs\_cluster) | github.com/infraspecdev/terraform-aws-ecs | main | ## Resources @@ -19,7 +21,6 @@ No modules. |------|------| | [aws_autoscaling_group.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/autoscaling_group) | resource | | [aws_cloudwatch_log_group.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_group) | resource | -| [aws_ecs_cluster.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_cluster) | resource | | [aws_ecs_service.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_service) | resource | | [aws_ecs_task_definition.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_task_definition) | resource | | [aws_iam_instance_profile.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_instance_profile) | resource | @@ -63,7 +64,6 @@ No modules. | Name | Description | |------|-------------| -| [ecs\_cluster\_name](#output\_ecs\_cluster\_name) | The name of the ECS cluster | | [ecs\_service\_name](#output\_ecs\_service\_name) | The name of the ECS service | | [ecs\_task\_definition\_arn](#output\_ecs\_task\_definition\_arn) | The ARN of the ECS task definition | | [endpoint\_details](#output\_endpoint\_details) | Details of the ECS service endpoint |