File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ No modules.
4646| [ aws_lb_listener_certificate.main] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_listener_certificate ) | resource |
4747| [ aws_route53_record.caa] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_record ) | resource |
4848| [ aws_route53_record.main] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_record ) | resource |
49- | [ aws_route53_zone.main] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route53_zone ) | data source |
5049
5150## Inputs
5251
@@ -57,7 +56,7 @@ No modules.
5756| domain\_ name | Domain name to associate with the ACM certificate. | ` string ` | n/a | yes |
5857| environment | Environment tag. e.g. prod | ` string ` | n/a | yes |
5958| tags | Tags to be attached to the ACM certificate. | ` map(string) ` | ` {} ` | no |
60- | zone\_ name | The Route53 zone name for which the certificate should be verified and issued. | ` string ` | n/a | yes |
59+ | zone\_ id | The Route53 zone id for which the certificate should be verified and issued. | ` string ` | n/a | yes |
6160
6261## Outputs
6362
You can’t perform that action at this time.
0 commit comments