File tree Expand file tree Collapse file tree 3 files changed +44
-2
lines changed Expand file tree Collapse file tree 3 files changed +44
-2
lines changed Original file line number Diff line number Diff line change @@ -436,6 +436,27 @@ Available targets:
436
436
| aws | >= 2.0 |
437
437
| random | >= 2.0 |
438
438
439
+ ## Modules
440
+
441
+ | Name | Source | Version |
442
+ | ------| --------| ---------|
443
+ | ecs_web_app | cloudposse/ecs-web-app/aws | 0.54.0 |
444
+ | github_webhooks | cloudposse/repository-webhooks/github | 0.12.0 |
445
+ | ssh_key_pair | cloudposse/ssm-tls-ssh-key-pair/aws | 0.10.0 |
446
+ | this | cloudposse/label/null | 0.24.1 |
447
+
448
+ ## Resources
449
+
450
+ | Name |
451
+ | ------|
452
+ | [ aws_iam_role_policy_attachment] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy_attachment ) |
453
+ | [ aws_kms_key] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/kms_key ) |
454
+ | [ aws_route53_record] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_record ) |
455
+ | [ aws_security_group_rule] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) |
456
+ | [ aws_ssm_parameter] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssm_parameter ) |
457
+ | [ aws_ssm_parameter] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_parameter ) |
458
+ | [ random_string] ( https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/string ) |
459
+
439
460
## Inputs
440
461
441
462
| Name | Description | Type | Default | Required |
@@ -604,7 +625,6 @@ Available targets:
604
625
| httpcode\_ target\_ 5xx\_ count\_ cloudwatch\_ metric\_ alarm\_ id | ALB Target Group 5xx count CloudWatch metric alarm ID |
605
626
| target\_ response\_ time\_ average\_ cloudwatch\_ metric\_ alarm\_ arn | ALB Target Group response time average CloudWatch metric alarm ARN |
606
627
| target\_ response\_ time\_ average\_ cloudwatch\_ metric\_ alarm\_ id | ALB Target Group response time average CloudWatch metric alarm ID |
607
-
608
628
<!-- markdownlint-restore -->
609
629
610
630
Original file line number Diff line number Diff line change 14
14
| aws | >= 2.0 |
15
15
| random | >= 2.0 |
16
16
17
+ ## Modules
18
+
19
+ | Name | Source | Version |
20
+ | ------| --------| ---------|
21
+ | ecs_web_app | cloudposse/ecs-web-app/aws | 0.54.0 |
22
+ | github_webhooks | cloudposse/repository-webhooks/github | 0.12.0 |
23
+ | ssh_key_pair | cloudposse/ssm-tls-ssh-key-pair/aws | 0.10.0 |
24
+ | this | cloudposse/label/null | 0.24.1 |
25
+
26
+ ## Resources
27
+
28
+ | Name |
29
+ | ------|
30
+ | [ aws_iam_role_policy_attachment] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy_attachment ) |
31
+ | [ aws_kms_key] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/kms_key ) |
32
+ | [ aws_route53_record] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_record ) |
33
+ | [ aws_security_group_rule] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group_rule ) |
34
+ | [ aws_ssm_parameter] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ssm_parameter ) |
35
+ | [ aws_ssm_parameter] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_parameter ) |
36
+ | [ random_string] ( https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/string ) |
37
+
17
38
## Inputs
18
39
19
40
| Name | Description | Type | Default | Required |
182
203
| httpcode\_ target\_ 5xx\_ count\_ cloudwatch\_ metric\_ alarm\_ id | ALB Target Group 5xx count CloudWatch metric alarm ID |
183
204
| target\_ response\_ time\_ average\_ cloudwatch\_ metric\_ alarm\_ arn | ALB Target Group response time average CloudWatch metric alarm ARN |
184
205
| target\_ response\_ time\_ average\_ cloudwatch\_ metric\_ alarm\_ id | ALB Target Group response time average CloudWatch metric alarm ID |
185
-
186
206
<!-- markdownlint-restore -->
Original file line number Diff line number Diff line change @@ -46,11 +46,13 @@ output "alb_ingress_target_group_arn_suffix" {
46
46
output "container_definition_json" {
47
47
description = " JSON encoded list of container definitions for use with other terraform resources such as aws_ecs_task_definition"
48
48
value = module. ecs_web_app . container_definition_json
49
+ sensitive = true
49
50
}
50
51
51
52
output "container_definition_json_map" {
52
53
description = " JSON encoded container definitions for use with other terraform resources such as aws_ecs_task_definition"
53
54
value = module. ecs_web_app . container_definition_json_map
55
+ sensitive = true
54
56
}
55
57
56
58
output "ecs_exec_role_policy_id" {
You can’t perform that action at this time.
0 commit comments