You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Disable creation of Route 53 validation records when they already exist.
76
+
create_validation_records = false
77
+
74
78
# If you have multiple DNS hosted zones, you can set the hosted zone name for
75
79
# each domain name:
76
80
additional_hosted_zones = {
@@ -145,6 +149,7 @@ the combination of hosted zone, record name, and record type.
145
149
| <aname="input_certificate_domain_name"></a> [certificate\_domain\_name](#input\_certificate\_domain\_name)| Override the domain name for the ACM certificate (defaults to primary domain) |`string`|`null`| no |
146
150
| <aname="input_certificate_types"></a> [certificate\_types](#input\_certificate\_types)| Types of certificates to look for (default: AMAZON\_ISSUED) |`list(string)`| <pre>[<br> "AMAZON_ISSUED"<br>]</pre> | no |
147
151
| <aname="input_create_aliases"></a> [create\_aliases](#input\_create\_aliases)| Set to false to disable creation of Route 53 aliases |`bool`|`true`| no |
152
+
| <aname="input_create_validation_records"></a> [create\_validation\_records](#input\_create\_validation\_records)| Create Route53 DNS validation records for ACM certificates managed by this module |`bool`|`true`| no |
148
153
| <aname="input_description"></a> [description](#input\_description)| Human description for this load balancer |`string`| n/a | yes |
149
154
| <aname="input_enable_stickiness"></a> [enable\_stickiness](#input\_enable\_stickiness)| Set to true to use a cookie for load balancer stickiness |`bool`|`false`| no |
150
155
| <aname="input_failure_threshold"></a> [failure\_threshold](#input\_failure\_threshold)| Percentage of failed requests considered an anomaly |`number`|`5`| no |
| <aname="input_allow_overwrite"></a> [allow\_overwrite](#input\_allow\_overwrite)| Allow overwriting of existing DNS records |`bool`|`false`| no |
35
35
| <aname="input_alternative_names"></a> [alternative\_names](#input\_alternative\_names)| Other domains which should be included in the certificate |`list(string)`|`[]`| no |
36
+
| <aname="input_create_validation_records"></a> [create\_validation\_records](#input\_create\_validation\_records)| Create Route53 DNS validation records for the certificate |`bool`|`true`| no |
36
37
| <aname="input_domain_name"></a> [domain\_name](#input\_domain\_name)| Domain for which an SSL certificate should be created |`string`| n/a | yes |
37
38
| <aname="input_hosted_zone_name"></a> [hosted\_zone\_name](#input\_hosted\_zone\_name)| Zone for AWS Route53 for verifying certificates |`string`|`null`| no |
38
39
| <aname="input_tags"></a> [tags](#input\_tags)| Tags to be applied to created resources |`map(string)`|`{}`| no |
0 commit comments