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-1
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ No modules.
158
158
| <aname="input_validate_certificate"></a> [validate\_certificate](#input\_validate\_certificate)| Whether to validate certificate by creating Route53 record |`bool`|`true`| no |
159
159
| <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 |
160
160
| <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 |
161
-
| <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. |`map(string)`|`{}`| no |
161
+
| <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 |
162
162
| <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 |
163
163
| <aname="input_wait_for_validation"></a> [wait\_for\_validation](#input\_wait\_for\_validation)| Whether to wait for the validation to complete |`bool`|`true`| no |
164
164
| <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 |
Copy file name to clipboardExpand all lines: variables.tf
+1-1
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ variable "validation_method" {
53
53
54
54
variable"validation_option" {
55
55
description="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."
0 commit comments