Skip to content

Commit 1c86695

Browse files
terraform-docs: automated action
1 parent c73e948 commit 1c86695

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

modules/route-53-record/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,21 @@ No modules.
2424

2525
| Name | Type |
2626
|------|------|
27-
| [aws_route53_record.record](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_record) | resource |
28-
| [aws_acm_certificate.domain](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/acm_certificate) | data source |
29-
| [aws_route53_zone.zone](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route53_zone) | data source |
27+
| [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 |
3029

3130
## Inputs
3231

3332
| Name | Description | Type | Default | Required |
3433
|------|-------------|------|---------|:--------:|
35-
| <a name="input_alb_dns_name"></a> [alb\_dns\_name](#input\_alb\_dns\_name) | ALB DNS name | `string` | n/a | yes |
36-
| <a name="input_alb_zone_id"></a> [alb\_zone\_id](#input\_alb\_zone\_id) | ALB zone ID | `string` | n/a | yes |
37-
| <a name="input_domain"></a> [domain](#input\_domain) | Domain name | `string` | n/a | yes |
34+
| <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 |
35+
| <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 |
36+
| <a name="input_domain"></a> [domain](#input\_domain) | (Required) Domain name for which the certificate should be issued. | `string` | n/a | yes |
3837

3938
## Outputs
4039

4140
| Name | Description |
4241
|------|-------------|
43-
| <a name="output_certificate_arn"></a> [certificate\_arn](#output\_certificate\_arn) | ARN of the base domain certificate |
42+
| <a name="output_id"></a> [id](#output\_id) | Identifier of the Route53 Record |
4443
| <a name="output_zone_id"></a> [zone\_id](#output\_zone\_id) | ID of the Route 53 zone |
4544
<!-- END_TF_DOCS -->

0 commit comments

Comments
 (0)