Skip to content

Commit bd6fedf

Browse files
terraform-docs: automated action
1 parent 3a6e714 commit bd6fedf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)