File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -38,20 +38,19 @@ module "ecs" {
38
38
* [ Complete ECS] ( https://github.com/terraform-aws-modules/terraform-aws-ecs/tree/master/examples/complete-ecs )
39
39
40
40
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
41
-
42
41
## Inputs
43
42
44
43
| Name | Description | Type | Default | Required |
45
44
| ------| -------------| :----:| :-----:| :-----:|
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 |
48
47
49
48
## Outputs
50
49
51
50
| Name | Description |
52
51
| ------| -------------|
53
- | this_ecs_cluster_id | |
54
- | this_ecs_cluster_arn | |
52
+ | this \_ ecs \_ cluster \_ arn | |
53
+ | this \_ ecs \_ cluster \_ id | |
55
54
56
55
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
57
56
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ module "ec2-profile" {
46
46
# ----- ECS Services--------
47
47
48
48
module "hello-world" {
49
- source = " service-hello-world"
49
+ source = " service-hello-world"
50
50
cluster_id = " ${ module . ecs . this_ecs_cluster_id } "
51
51
}
52
52
You can’t perform that action at this time.
0 commit comments