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
| import\_certificate | Set to true or false to decide the creation and import of a acm certificate. |`bool`|`false`| no |
141
-
| label\_order | Label order, e.g. `name`,`application`. |`list(any)`|`[]`| no |
139
+
| label\_order | Label order, e.g. `name`,`application`. |`list(any)`|<pre>[<br> "name",<br> "environment"<br>]</pre>| no |
142
140
| managedby | ManagedBy, eg 'CloudDrove' |`string`|`"hello@clouddrove.com"`| no |
143
141
| name | Name (e.g. `app` or `cluster`). |`string`|`""`| no |
144
142
| private\_key | Path of private key. |`string`|`""`| no |
143
+
| private\_zone | Used with name field to get a private Hosted Zone. |`bool`|`false`| no |
145
144
| repository | Terraform current module repo |`string`|`"https://github.com/clouddrove/terraform-aws-acm"`| no |
146
145
| subject\_alternative\_names | Set of domains that should be SANs in the issued certificate. To remove all elements of a previously configured list, set this value equal to an empty list ([]) or use the terraform taint command to trigger recreation. |`list(any)`|`[]`| no |
147
-
| tags | Additional tags (e.g. map(`BusinessUnit`,`XYZ`). |`map(any)`|`{}`| no |
148
146
| ttl | Time to live. |`number`|`600`| no |
149
147
| validate\_certificate | Set to false to prevent the validation of a acm certificate. |`bool`|`false`| no |
150
148
| validation\_method | Which method to use for validation, DNS or EMAIL. |`string`|`""`| no |
149
+
| 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 |
150
+
| 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 |
151
151
152
152
## Outputs
153
153
154
154
| Name | Description |
155
155
|------|-------------|
156
+
| 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. |
157
+
| acm\_certificate\_status | Status of the certificate. |
156
158
| arn | The ARN of the Certificate. |
157
159
| id | The ID of the Certificate. |
158
160
| tags | A mapping of tags to assign to the resource. |
161
+
| validation\_route53\_record\_fqdns | List of FQDNs built using the zone domain and name. |
0 commit comments