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
@@ -82,13 +82,13 @@ No modules.
82
82
| <aname="input_cert_alt_names"></a> [cert\_alt\_names](#input\_cert\_alt\_names)| Optional, Alternate names for the certificate to be created |`list(string)`|`null`| no |
83
83
| <aname="input_cert_common_name"></a> [cert\_common\_name](#input\_cert\_common\_name)| Fully qualified domain name or host domain name for the certificate to be created |`string`| n/a | yes |
84
84
| <aname="input_cert_csr"></a> [cert\_csr](#input\_cert\_csr)| Certificate signing request. If you don't include this parameter, the CSR that is used to generate the certificate is created internally |`string`|`null`| no |
85
-
| <aname="input_cert_custom_metadata"></a> [cert\_custom\_metadata](#input\_cert\_custom\_metadata)| Optional, Custom metadata for the certificate to be created |`map(string)`| <pre>{<br> "collection_total": 1,<br> "collection_type": "application/vnd.ibm.secrets-manager.secret+json"<br>}</pre> | no |
85
+
| <aname="input_cert_custom_metadata"></a> [cert\_custom\_metadata](#input\_cert\_custom\_metadata)| Optional, Custom metadata for the certificate to be created |`map(string)`| <pre>{<br/> "collection_total": 1,<br/> "collection_type": "application/vnd.ibm.secrets-manager.secret+json"<br/>}</pre> | no |
86
86
| <aname="input_cert_description"></a> [cert\_description](#input\_cert\_description)| Optional, Extended description of certificate to be created. To protect privacy, do not use personal data, such as name or location, as a description for certificate |`string`|`null`| no |
87
87
| <aname="input_cert_ip_sans"></a> [cert\_ip\_sans](#input\_cert\_ip\_sans)| Optional, IP Subject Alternative Names (SANs) to define for the CA certificate, in a comma-delimited list |`string`|`null`| no |
88
88
| <aname="input_cert_labels"></a> [cert\_labels](#input\_cert\_labels)| Optional, Labels for the certificate to be created |`list(string)`|`[]`| no |
89
89
| <aname="input_cert_name"></a> [cert\_name](#input\_cert\_name)| Name of the certificate to be created in Secrets Manager |`string`| n/a | yes |
90
90
| <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 |
91
-
| <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
+
| <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 |
92
92
| <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 |
93
93
| <aname="input_cert_template"></a> [cert\_template](#input\_cert\_template)| Name of the certificate template to use |`string`| n/a | yes |
94
94
| <aname="input_cert_ttl"></a> [cert\_ttl](#input\_cert\_ttl)| Optional, Time-to-live (TTL) to assign to a private certificate |`string`|`"364d"`| no |
0 commit comments