File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ launch_template_key_name = "test-atlantis"
84
84
| Name | Description |
85
85
| ------| -------------|
86
86
| <a name =" output_alb_dns_name " ></a > [ alb\_ dns\_ name] ( #output\_ alb\_ dns\_ name ) | The DNS name of the ALB |
87
- | <a name =" output_ecs_cluster_name " ></a > [ ecs\_ cluster\_ name] ( #output\_ ecs\_ cluster\_ name ) | The name of the ECS cluster |
88
87
| <a name =" output_ecs_service_name " ></a > [ ecs\_ service\_ name] ( #output\_ ecs\_ service\_ name ) | The name of the ECS service |
89
88
| <a name =" output_ecs_task_definition_arn " ></a > [ ecs\_ task\_ definition\_ arn] ( #output\_ ecs\_ task\_ definition\_ arn ) | The ARN of the ECS task definition |
90
89
| <a name =" output_github_webhook_url " ></a > [ github\_ webhook\_ url] ( #output\_ github\_ webhook\_ url ) | The URL for GitHub webhook |
Original file line number Diff line number Diff line change @@ -11,15 +11,16 @@ No requirements.
11
11
12
12
## Modules
13
13
14
- No modules.
14
+ | Name | Source | Version |
15
+ | ------| --------| ---------|
16
+ | <a name =" module_ecs_cluster " ></a > [ ecs\_ cluster] ( #module\_ ecs\_ cluster ) | github.com/infraspecdev/terraform-aws-ecs | main |
15
17
16
18
## Resources
17
19
18
20
| Name | Type |
19
21
| ------| ------|
20
22
| [ aws_autoscaling_group.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/autoscaling_group ) | resource |
21
23
| [ aws_cloudwatch_log_group.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_group ) | resource |
22
- | [ aws_ecs_cluster.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_cluster ) | resource |
23
24
| [ aws_ecs_service.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_service ) | resource |
24
25
| [ aws_ecs_task_definition.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_task_definition ) | resource |
25
26
| [ 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.
63
64
64
65
| Name | Description |
65
66
| ------| -------------|
66
- | <a name =" output_ecs_cluster_name " ></a > [ ecs\_ cluster\_ name] ( #output\_ ecs\_ cluster\_ name ) | The name of the ECS cluster |
67
67
| <a name =" output_ecs_service_name " ></a > [ ecs\_ service\_ name] ( #output\_ ecs\_ service\_ name ) | The name of the ECS service |
68
68
| <a name =" output_ecs_task_definition_arn " ></a > [ ecs\_ task\_ definition\_ arn] ( #output\_ ecs\_ task\_ definition\_ arn ) | The ARN of the ECS task definition |
69
69
| <a name =" output_endpoint_details " ></a > [ endpoint\_ details] ( #output\_ endpoint\_ details ) | Details of the ECS service endpoint |
You can’t perform that action at this time.
0 commit comments