You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| zone\_name | The Route53 zone name for which the certificate should be verified and issued. |`string`| n/a | yes |
63
+
| <aname="input_alb_listener_arn"></a> [alb\_listener\_arn](#input\_alb\_listener\_arn)| (Optional) Associate ACM certificate to and ALB listener. |`string`|`""`| no |
64
+
| <aname="input_caa_records"></a> [caa\_records](#input\_caa\_records)| Add CAA records to route53. |`list(string)`|`[]`| no |
65
+
| <aname="input_domain_name"></a> [domain\_name](#input\_domain\_name)| Domain name to associate with the ACM certificate. |`string`| n/a | yes |
| <aname="input_tags"></a> [tags](#input\_tags)| Tags to be attached to the ACM certificate. |`map(string)`|`{}`| no |
68
+
| <aname="input_zone_name"></a> [zone\_name](#input\_zone\_name)| The Route53 zone name for which the certificate should be verified and issued. |`string`| n/a | yes |
53
69
54
70
## Outputs
55
71
56
72
| Name | Description |
57
73
|------|-------------|
58
-
| acm\_arn | The ARN of the validated ACM certificate. |
59
-
74
+
| <aname="output_acm_arn"></a> [acm\_arn](#output\_acm\_arn)| The ARN of the validated ACM certificate. |
0 commit comments