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
| <aname="input_custom_metadata"></a> [custom\_metadata](#input\_custom\_metadata)| Optional metadata to be added to the secret. |`map(string)`|`null`| no |
179
180
| <aname="input_endpoint_type"></a> [endpoint\_type](#input\_endpoint\_type)| The endpoint type to communicate with the provided secrets manager instance. Possible values are `public` or `private`|`string`|`"public"`| no |
180
181
| <aname="input_imported_cert_certificate"></a> [imported\_cert\_certificate](#input\_imported\_cert\_certificate)| The TLS certificate to import. |`string`|`null`| no |
181
182
| <aname="input_imported_cert_intermediate"></a> [imported\_cert\_intermediate](#input\_imported\_cert\_intermediate)| (optional) The intermediate certificate for the TLS certificate to import. |`string`|`null`| no |
@@ -204,6 +205,7 @@ No modules.
204
205
| Name | Description |
205
206
|------|-------------|
206
207
| <aname="output_secret_crn"></a> [secret\_crn](#output\_secret\_crn)| CRN of the created Secret |
208
+
| <aname="output_secret_group_id"></a> [secret\_group\_id](#output\_secret\_group\_id)| Secret group ID of the created secret |
207
209
| <aname="output_secret_id"></a> [secret\_id](#output\_secret\_id)| ID of the created Secret |
208
210
| <aname="output_secret_next_rotation_date"></a> [secret\_next\_rotation\_date](#output\_secret\_next\_rotation\_date)| Next rotation date for secret (if applicable) |
209
211
| <aname="output_secret_rotation"></a> [secret\_rotation](#output\_secret\_rotation)| Status of auto-rotation for secret |
0 commit comments