File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!-- BEGIN_TF_DOCS -->
2
+ # route-53-record
3
+
4
+ This sub-module creates a Route53 A Record for a given endpoint.
5
+
6
+ ## Requirements
7
+
8
+ | Name | Version |
9
+ | ------| ---------|
10
+ | <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.8.4 |
11
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | ~ > 5.0 |
12
+
13
+ ## Providers
14
+
15
+ | Name | Version |
16
+ | ------| ---------|
17
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | ~ > 5.0 |
18
+
19
+ ## Modules
20
+
21
+ No modules.
22
+
23
+ ## Resources
24
+
25
+ | Name | Type |
26
+ | ------| ------|
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 |
30
+
31
+ ## Inputs
32
+
33
+ | Name | Description | Type | Default | Required |
34
+ | ------| -------------| ------| ---------| :--------:|
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 |
38
+
39
+ ## Outputs
40
+
41
+ | Name | Description |
42
+ | ------| -------------|
43
+ | <a name =" output_certificate_arn " ></a > [ certificate\_ arn] ( #output\_ certificate\_ arn ) | ARN of the base domain certificate |
44
+ | <a name =" output_zone_id " ></a > [ zone\_ id] ( #output\_ zone\_ id ) | ID of the Route 53 zone |
45
+ <!-- END_TF_DOCS -->
You can’t perform that action at this time.
0 commit comments