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_tags"></a> [tags](#input\_tags)| A mapping of tags to assign to the resource |`map(string)`|`{}`| no |
209
219
| <aname="input_validate_certificate"></a> [validate\_certificate](#input\_validate\_certificate)| Whether to validate certificate by creating Route53 record |`bool`|`true`| no |
210
220
| <aname="input_validation_allow_overwrite_records"></a> [validation\_allow\_overwrite\_records](#input\_validation\_allow\_overwrite\_records)| Whether to allow overwrite of Route53 records |`bool`|`true`| no |
211
-
| <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 |
221
+
| <aname="input_validation_method"></a> [validation\_method](#input\_validation\_method)| Which method to use for validation. DNS or EMAIL are valid. This parameter must not be set for certificates that were imported into ACM and then into Terraform. |`string`|`null`| no |
212
222
| <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 |
213
223
| <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 |
214
224
| <aname="input_validation_timeout"></a> [validation\_timeout](#input\_validation\_timeout)| Define maximum timeout to wait for the validation to complete |`string`|`null`| no |
description="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."
56
+
description="Which method to use for validation. DNS or EMAIL are valid. This parameter must not be set for certificates that were imported into ACM and then into Terraform."
0 commit comments