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
| <aname="input_domain_name"></a> [domain\_name](#input\_domain\_name)| The domain name to be used for the certificate |`string`| n/a | yes |
29
29
| <aname="input_r53_zone_id"></a> [r53\_zone\_id](#input\_r53\_zone\_id)| Parent zone\_id the certificate should be created for |`string`| n/a | yes |
30
+
| <aname="input_create_validation_records"></a> [create\_validation\_records](#input\_create\_validation\_records)| Should this module auto-create the needed ACM validation records? |`bool`|`true`| no |
30
31
| <aname="input_subject_alternative_names"></a> [subject\_alternative\_names](#input\_subject\_alternative\_names)| List of SANs to include on the certificate, changing this after create forces a re-create |`list(string)`|`[]`| no |
31
32
| <aname="input_tags"></a> [tags](#input\_tags)| Map of tags to provide to created resources |`map(string)`|`{}`| no |
32
33
| <aname="input_ttl"></a> [ttl](#input\_ttl)| TTL to use for R53 verification records, defaults to a short time to allow quick re-create if needed |`number`|`60`| no |
@@ -38,4 +39,5 @@ Used to create a DNS verified ACM certificate by R53 Zone name
0 commit comments