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
| certificate\_transparency\_logging\_preference | Specifies whether certificate details should be added to a certificate transparency log |`bool`|`true`| no |
97
-
| create\_certificate | Whether to create ACM certificate |`bool`|`true`| no |
98
-
| dns\_ttl | The TTL of DNS recursive resolvers to cache information about this record. |`number`|`60`| no |
99
-
| domain\_name | A domain name for which the certificate should be issued |`string`|`""`| no |
100
-
| subject\_alternative\_names | A list of domains that should be SANs in the issued certificate |`list(string)`|`[]`| no |
101
-
| tags | A mapping of tags to assign to the resource |`map(string)`|`{}`| no |
102
-
| validate\_certificate | Whether to validate certificate by creating Route53 record |`bool`|`true`| no |
103
-
| validation\_allow\_overwrite\_records | Whether to allow overwrite of Route53 records |`bool`|`true`| no |
104
-
| 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 |
105
-
| wait\_for\_validation | Whether to wait for the validation to complete |`bool`|`true`| no |
106
-
| zone\_id | The ID of the hosted zone to contain this record. |`string`|`""`| no |
96
+
|<aname="input_certificate_transparency_logging_preference"></a> [certificate\_transparency\_logging\_preference](#input\_certificate\_transparency\_logging\_preference)| Specifies whether certificate details should be added to a certificate transparency log |`bool`|`true`| no |
97
+
|<aname="input_create_certificate"></a> [create\_certificate](#input\_create\_certificate)| Whether to create ACM certificate |`bool`|`true`| no |
98
+
|<aname="input_dns_ttl"></a> [dns\_ttl](#input\_dns\_ttl)| The TTL of DNS recursive resolvers to cache information about this record. |`number`|`60`| no |
99
+
|<aname="input_domain_name"></a> [domain\_name](#input\_domain\_name)| A domain name for which the certificate should be issued |`string`|`""`| no |
100
+
|<aname="input_subject_alternative_names"></a> [subject\_alternative\_names](#input\_subject\_alternative\_names)| A list of domains that should be SANs in the issued certificate |`list(string)`|`[]`| no |
101
+
|<aname="input_tags"></a> [tags](#input\_tags)| A mapping of tags to assign to the resource |`map(string)`|`{}`| no |
102
+
|<aname="input_validate_certificate"></a> [validate\_certificate](#input\_validate\_certificate)| Whether to validate certificate by creating Route53 record |`bool`|`true`| no |
103
+
|<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 |
104
+
|<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 |
105
+
|<aname="input_wait_for_validation"></a> [wait\_for\_validation](#input\_wait\_for\_validation)| Whether to wait for the validation to complete |`bool`|`true`| no |
106
+
|<aname="input_zone_id"></a> [zone\_id](#input\_zone\_id)| The ID of the hosted zone to contain this record. |`string`|`""`| no |
107
107
108
108
## Outputs
109
109
110
110
| Name | Description |
111
111
|------|-------------|
112
-
| distinct\_domain\_names | List of distinct domains names used for the validation. |
113
-
| this\_acm\_certificate\_arn | The ARN of the certificate |
114
-
| this\_acm\_certificate\_domain\_validation\_options | A list of attributes to feed into other resources to complete certificate validation. Can have more than one element, e.g. if SANs are defined. Only set if DNS-validation was used. |
115
-
| this\_acm\_certificate\_validation\_emails | A list of addresses that received a validation E-Mail. Only set if EMAIL-validation was used. |
116
-
| validation\_domains | List of distinct domain validation options. This is useful if subject alternative names contain wildcards. |
117
-
| validation\_route53\_record\_fqdns | List of FQDNs built using the zone domain and name. |
112
+
|<aname="output_distinct_domain_names"></a> [distinct\_domain\_names](#output\_distinct\_domain\_names)| List of distinct domains names used for the validation. |
113
+
|<aname="output_this_acm_certificate_arn"></a> [this\_acm\_certificate\_arn](#output\_this\_acm\_certificate\_arn)| The ARN of the certificate |
114
+
|<aname="output_this_acm_certificate_domain_validation_options"></a> [this\_acm\_certificate\_domain\_validation\_options](#output\_this\_acm\_certificate\_domain\_validation\_options)| A list of attributes to feed into other resources to complete certificate validation. Can have more than one element, e.g. if SANs are defined. Only set if DNS-validation was used. |
115
+
|<aname="output_this_acm_certificate_validation_emails"></a> [this\_acm\_certificate\_validation\_emails](#output\_this\_acm\_certificate\_validation\_emails)| A list of addresses that received a validation E-Mail. Only set if EMAIL-validation was used. |
116
+
|<aname="output_validation_domains"></a> [validation\_domains](#output\_validation\_domains)| List of distinct domain validation options. This is useful if subject alternative names contain wildcards. |
117
+
|<aname="output_validation_route53_record_fqdns"></a> [validation\_route53\_record\_fqdns](#output\_validation\_route53\_record\_fqdns)| List of FQDNs built using the zone domain and name. |
|[aws_route53_zone.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/route53_zone)| data source|
47
47
48
48
## Inputs
49
49
50
-
No input.
50
+
No inputs.
51
51
52
52
## Outputs
53
53
54
54
| Name | Description |
55
55
|------|-------------|
56
-
| distinct\_domain\_names | List of distinct domains names used for the validation. |
57
-
| this\_acm\_certificate\_arn | The ARN of the certificate |
58
-
| this\_acm\_certificate\_domain\_validation\_options | A list of attributes to feed into other resources to complete certificate validation. Can have more than one element, e.g. if SANs are defined. Only set if DNS-validation was used. |
59
-
| this\_acm\_certificate\_validation\_emails | A list of addresses that received a validation E-Mail. Only set if EMAIL-validation was used. |
60
-
| validation\_domains | List of distinct domain validation options. This is useful if subject alternative names contain wildcards. |
61
-
| validation\_route53\_record\_fqdns | List of FQDNs built using the zone domain and name. |
56
+
|<aname="output_distinct_domain_names"></a> [distinct\_domain\_names](#output\_distinct\_domain\_names)| List of distinct domains names used for the validation. |
57
+
|<aname="output_this_acm_certificate_arn"></a> [this\_acm\_certificate\_arn](#output\_this\_acm\_certificate\_arn)| The ARN of the certificate |
58
+
|<aname="output_this_acm_certificate_domain_validation_options"></a> [this\_acm\_certificate\_domain\_validation\_options](#output\_this\_acm\_certificate\_domain\_validation\_options)| A list of attributes to feed into other resources to complete certificate validation. Can have more than one element, e.g. if SANs are defined. Only set if DNS-validation was used. |
59
+
|<aname="output_this_acm_certificate_validation_emails"></a> [this\_acm\_certificate\_validation\_emails](#output\_this\_acm\_certificate\_validation\_emails)| A list of addresses that received a validation E-Mail. Only set if EMAIL-validation was used. |
60
+
|<aname="output_validation_domains"></a> [validation\_domains](#output\_validation\_domains)| List of distinct domain validation options. This is useful if subject alternative names contain wildcards. |
61
+
|<aname="output_validation_route53_record_fqdns"></a> [validation\_route53\_record\_fqdns](#output\_validation\_route53\_record\_fqdns)| List of FQDNs built using the zone domain and name. |
| domain\_name | Domain name to use as Route53 zone and ACM certificate |`string`|`"my-domain-name2.com"`| no |
64
+
|<aname="input_domain_name"></a> [domain\_name](#input\_domain\_name)| Domain name to use as Route53 zone and ACM certificate |`string`|`"my-domain-name2.com"`| no |
65
65
66
66
## Outputs
67
67
68
68
| Name | Description |
69
69
|------|-------------|
70
-
| this\_acm\_certificate\_arn | The ARN of the certificate |
71
-
| this\_acm\_certificate\_domain\_validation\_options | A list of attributes to feed into other resources to complete certificate validation. Can have more than one element, e.g. if SANs are defined. Only set if DNS-validation was used. |
72
-
| this\_acm\_certificate\_validation\_emails | A list of addresses that received a validation E-Mail. Only set if EMAIL-validation was used. |
70
+
|<aname="output_this_acm_certificate_arn"></a> [this\_acm\_certificate\_arn](#output\_this\_acm\_certificate\_arn)| The ARN of the certificate |
71
+
|<aname="output_this_acm_certificate_domain_validation_options"></a> [this\_acm\_certificate\_domain\_validation\_options](#output\_this\_acm\_certificate\_domain\_validation\_options)| A list of attributes to feed into other resources to complete certificate validation. Can have more than one element, e.g. if SANs are defined. Only set if DNS-validation was used. |
72
+
|<aname="output_this_acm_certificate_validation_emails"></a> [this\_acm\_certificate\_validation\_emails](#output\_this\_acm\_certificate\_validation\_emails)| A list of addresses that received a validation E-Mail. Only set if EMAIL-validation was used. |
0 commit comments