Skip to content

Commit 887a4a0

Browse files
committed
Run pre-commit -a
1 parent f7fb51a commit 887a4a0

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,19 @@ module "ecs" {
3838
* [Complete ECS](https://github.com/terraform-aws-modules/terraform-aws-ecs/tree/master/examples/complete-ecs)
3939

4040
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
41-
4241
## Inputs
4342

4443
| Name | Description | Type | Default | Required |
4544
|------|-------------|:----:|:-----:|:-----:|
46-
| create_ecs | Controls if ECS should be created | string | `true` | no |
47-
| name | Name to be used on all the resources as identifier, also the name of the ECS cluster | string | - | yes |
45+
| create\_ecs | Controls if ECS should be created | string | `"true"` | no |
46+
| name | Name to be used on all the resources as identifier, also the name of the ECS cluster | string | n/a | yes |
4847

4948
## Outputs
5049

5150
| Name | Description |
5251
|------|-------------|
53-
| this_ecs_cluster_id | |
54-
| this_ecs_cluster_arn | |
52+
| this\_ecs\_cluster\_arn | |
53+
| this\_ecs\_cluster\_id | |
5554

5655
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
5756

examples/complete-ecs/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module "ec2-profile" {
4646
#----- ECS Services--------
4747

4848
module "hello-world" {
49-
source = "service-hello-world"
49+
source = "service-hello-world"
5050
cluster_id = "${module.ecs.this_ecs_cluster_id}"
5151
}
5252

0 commit comments

Comments
 (0)