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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,10 +87,10 @@ No modules.
87
87
| <aname="input_cert_labels"></a> [cert\_labels](#input\_cert\_labels)| Optional, Labels for the certificate to be created |`list(string)`|`[]`| no |
88
88
| <aname="input_cert_name"></a> [cert\_name](#input\_cert\_name)| Name of the certificate to be created in Secrets Manager |`string`| n/a | yes |
89
89
| <aname="input_cert_other_sans"></a> [cert\_other\_sans](#input\_cert\_other\_sans)| Optional, The custom Object Identifier (OID) or UTF8-string Subject Alternative Names (SANs) to define for the CA certificate. The alternative names must match the values that are specified in the 'allowed\_other\_sans' field in the associated certificate template |`list(string)`|`[]`| no |
90
-
| <aname="input_cert_rotation"></a> [cert\_rotation](#input\_cert\_rotation)| Optional, Rotation policy for the certificate to be created | <pre>object({<br> auto_rotate = optional(bool)<br> interval = optional(number)<br> unit = optional(string)<br> })</pre> | <pre>{<br> "auto_rotate": true,<br> "interval": 1,<br> "unit": "month"<br>}</pre> | no |
90
+
| <aname="input_cert_rotation"></a> [cert\_rotation](#input\_cert\_rotation)| Optional, Rotation policy for the certificate to be created | <pre>object({<br> auto_rotate = optional(bool)<br> interval = optional(number)<br> unit = optional(string)<br> })</pre> | <pre>{<br> "auto_rotate": true,<br> "interval": 12,<br> "unit": "month"<br>}</pre> | no |
91
91
| <aname="input_cert_secrets_group_id"></a> [cert\_secrets\_group\_id](#input\_cert\_secrets\_group\_id)| Optional, Id of Secrets Manager secret group to store the certificate in |`string`|`"default"`| no |
92
92
| <aname="input_cert_template"></a> [cert\_template](#input\_cert\_template)| Name of the certificate template to use |`string`| n/a | yes |
93
-
| <aname="input_cert_ttl"></a> [cert\_ttl](#input\_cert\_ttl)| Optional, Time-to-live (TTL) to assign to a private certificate |`string`|`null`| no |
93
+
| <aname="input_cert_ttl"></a> [cert\_ttl](#input\_cert\_ttl)| Optional, Time-to-live (TTL) to assign to a private certificate |`string`|`"364d"`| no |
94
94
| <aname="input_cert_uri_sans"></a> [cert\_uri\_sans](#input\_cert\_uri\_sans)| Optional, URI Subject Alternative Names (SANs) to define for the CA certificate, in a comma-delimited list |`string`|`null`| no |
95
95
| <aname="input_cert_version_custom_metadata"></a> [cert\_version\_custom\_metadata](#input\_cert\_version\_custom\_metadata)| Optional, Custom version metadata for the certificate to be created |`map(string)`|`{}`| no |
96
96
| <aname="input_exclude_cn_from_sans"></a> [exclude\_cn\_from\_sans](#input\_exclude\_cn\_from\_sans)| Optional, Controls whether the common name is excluded from Subject Alternative Names (SANs). If set to true, the common name is not included in DNS or Email SANs if they apply |`bool`|`false`| no |
0 commit comments