Skip to content

Commit 7c06792

Browse files
terraform-docs: automated action
1 parent d9035d0 commit 7c06792

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/route-53-record/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ No modules.
2525
| Name | Type |
2626
|------|------|
2727
| [aws_route53_record.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_record) | resource |
28-
| [aws_route53_zone.base_domain](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route53_zone) | data source |
2928

3029
## Inputs
3130

@@ -34,11 +33,11 @@ No modules.
3433
| <a name="input_alb_dns_name"></a> [alb\_dns\_name](#input\_alb\_dns\_name) | (Required) DNS domain name for a CloudFront distribution, S3 bucket, ELB, or another resource record set in this hosted zone. | `string` | n/a | yes |
3534
| <a name="input_alb_zone_id"></a> [alb\_zone\_id](#input\_alb\_zone\_id) | (Required) Hosted zone ID for a CloudFront distribution, S3 bucket, ELB, or Route 53 hosted zone. | `string` | n/a | yes |
3635
| <a name="input_domain"></a> [domain](#input\_domain) | (Required) Domain name for which the certificate should be issued. | `string` | n/a | yes |
36+
| <a name="input_zone_id"></a> [zone\_id](#input\_zone\_id) | (Required) The ID of the hosted zone to contain this record. | `string` | n/a | yes |
3737

3838
## Outputs
3939

4040
| Name | Description |
4141
|------|-------------|
4242
| <a name="output_id"></a> [id](#output\_id) | Identifier of the Route53 Record |
43-
| <a name="output_zone_id"></a> [zone\_id](#output\_zone\_id) | ID of the Route 53 zone |
4443
<!-- END_TF_DOCS -->

0 commit comments

Comments
 (0)