@@ -15,7 +15,7 @@ module "acm_cert" {
1515
1616 alb_listener_arn = "arn:aws:elasticloadbalancing:us-west-2:..."
1717 domain_name = "www.example.com"
18- zone_name = "example.com "
18+ zone_id = "ABCDEFGHIGJLK1234 "
1919}
2020```
2121
@@ -33,10 +33,6 @@ module "acm_cert" {
3333| ------| ---------|
3434| aws | >= 3.0 |
3535
36- ## Modules
37-
38- No modules.
39-
4036## Resources
4137
4238| Name | Type |
@@ -51,18 +47,16 @@ No modules.
5147
5248| Name | Description | Type | Default | Required |
5349| ------| -------------| ------| ---------| :--------:|
54- | alb\_ listener\_ arn | Associate ACM certificate to an ALB listener. | ` string ` | ` "" ` | no |
55- | caa\_ records | Add CAA records to route53. | ` list(string) ` | ` [] ` | no |
56- | domain\_ name | Domain name to associate with the ACM certificate. | ` string ` | n/a | yes |
57- | environment | Environment tag. e.g. prod | ` string ` | n/a | yes |
58- | tags | Tags to be attached to the ACM certificate. | ` map(string) ` | ` {} ` | no |
59- | zone\_ id | The Route53 zone id for which the certificate should be verified and issued. | ` string ` | n/a | yes |
50+ | domain_name | Domain name to associate with the ACM certificate. | ` string ` | n/a | yes |
51+ | zone_id | The Route53 zone id for which the certificate should be verified and issued. | ` string ` | n/a | yes |
52+ | alb_listener_arn | Associate ACM certificate to an ALB listener. | ` string ` | ` "" ` | no |
53+ | caa_records | Add CAA records to route53. | ` list(string) ` | ` [] ` | no |
6054
6155## Outputs
6256
6357| Name | Description |
6458| ------| -------------|
65- | acm \_ arn | The ARN of the validated ACM certificate. |
59+ | acm_arn | The ARN of the validated ACM certificate. |
6660<!-- END_TF_DOCS -->
6761
6862## Developer Setup
0 commit comments