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
+24-11
Original file line number
Diff line number
Diff line change
@@ -64,20 +64,33 @@ module "acm" {
64
64
*`domain_name` can not be wildcard, but `subject_alternative_names` can include wildcards.
65
65
66
66
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
67
+
## Requirements
68
+
69
+
| Name | Version |
70
+
|------|---------|
71
+
| terraform | >= 0.12.6, < 0.14 |
72
+
| aws |~> 2.53 |
73
+
74
+
## Providers
75
+
76
+
| Name | Version |
77
+
|------|---------|
78
+
| aws |~> 2.53 |
79
+
67
80
## Inputs
68
81
69
82
| Name | Description | Type | Default | Required |
70
-
|------|-------------|:----:|:-----:|:-----:|
71
-
| certificate\_transparency\_logging\_preference | Specifies whether certificate details should be added to a certificate transparency log | bool |`"false"`| no |
72
-
| create\_certificate | Whether to create ACM certificate | bool |`"true"`| no |
73
-
| domain\_name | A domain name for which the certificate should be issued | string |`""`| no |
74
-
| subject\_alternative\_names | A list of domains that should be SANs in the issued certificate | list(string) |`[]`| no |
75
-
| tags | A mapping of tags to assign to the resource | map(string) |`{}`| no |
76
-
| validate\_certificate | Whether to validate certificate by creating Route53 record | bool |`"true"`| no |
77
-
| validation\_allow\_overwrite\_records | Whether to allow overwrite of Route53 records | bool |`"true"`| no |
78
-
| 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 |
79
-
| wait\_for\_validation | Whether to wait for the validation to complete | bool |`"true"`| no |
80
-
| zone\_id | The ID of the hosted zone to contain this record. | string |`""`| no |
| certificate\_transparency\_logging\_preference | Specifies whether certificate details should be added to a certificate transparency log |`bool`|`false`| no |
85
+
| create\_certificate | Whether to create ACM certificate |`bool`|`true`| no |
86
+
| domain\_name | A domain name for which the certificate should be issued |`string`|`""`| no |
87
+
| subject\_alternative\_names | A list of domains that should be SANs in the issued certificate |`list(string)`|`[]`| no |
88
+
| tags | A mapping of tags to assign to the resource |`map(string)`|`{}`| no |
89
+
| validate\_certificate | Whether to validate certificate by creating Route53 record |`bool`|`true`| no |
90
+
| validation\_allow\_overwrite\_records | Whether to allow overwrite of Route53 records |`bool`|`true`| no |
91
+
| 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 |
92
+
| wait\_for\_validation | Whether to wait for the validation to complete |`bool`|`true`| no |
93
+
| zone\_id | The ID of the hosted zone to contain this record. |`string`|`""`| no |
0 commit comments