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
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -210,6 +210,7 @@ No modules.
210
210
| <aname="input_validation_method"></a> [validation\_method](#input\_validation\_method)| Which method to use for validation. DNS or EMAIL are valid, NONE can be used for certificates that were imported into ACM and then into Terraform. |`string`|`"DNS"`| no |
211
211
| <aname="input_validation_option"></a> [validation\_option](#input\_validation\_option)| The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. |`any`|`{}`| no |
212
212
| <aname="input_validation_record_fqdns"></a> [validation\_record\_fqdns](#input\_validation\_record\_fqdns)| When validation is set to DNS and the DNS validation records are set externally, provide the fqdns for the validation |`list(string)`|`[]`| no |
213
+
| <aname="input_validation_timeout"></a> [validation\_timeout](#input\_validation\_timeout)| Define maximum timeout to wait for the validation to complete |`string`|`null`| no |
213
214
| <aname="input_wait_for_validation"></a> [wait\_for\_validation](#input\_wait\_for\_validation)| Whether to wait for the validation to complete |`bool`|`true`| no |
214
215
| <aname="input_zone_id"></a> [zone\_id](#input\_zone\_id)| The ID of the hosted zone to contain this record. Required when validating via Route53 |`string`|`""`| no |
0 commit comments