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
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,7 @@ module "acm" {
68
68
69
69
| Name | Description | Type | Default | Required |
70
70
|------|-------------|:----:|:-----:|:-----:|
71
+
| certificate\_transparency\_logging\_preference | Specifies whether certificate details should be added to a certificate transparency log | bool |`"false"`| no |
71
72
| create\_certificate | Whether to create ACM certificate | bool |`"true"`| no |
72
73
| domain\_name | A domain name for which the certificate should be issued | string |`""`| no |
73
74
| subject\_alternative\_names | A list of domains that should be SANs in the issued certificate | list(string) |`[]`| no |
0 commit comments