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
* SC addition
* SC addition
* SC addition
* update function updated
* SC unit tests added
* SC unit tests added
* d
* tests fixes
* tests fixes
* update sdk
* .secrets.baseline update
* .secrets.baseline update
* .secrets.baseline update
* Update sm_service_credentials_secret_metadata.html.markdown
* bugs fixes
* bugs fixes
* bugs fixes
* docs bugs fixes
* preferred_chain added for public cert lets encrypt configuration
* support for creating secret version for username password & version_custom_metadata for all
* support for creating secret version for username password & version_custom_metadata for all
* support for creating secret version for username password & version_custom_metadata for all
* support for creating secret version for username password & version_custom_metadata for all
* support for creating secret version for username password & version_custom_metadata for all
* support for creating secret version for username password & version_custom_metadata for all
* preferred chain docs update
* support for creating secret version for username password & version_custom_metadata for all
* support for creating secret version for username password & version_custom_metadata for all
* support for creating secret version for username password & version_custom_metadata for all
* fix public cert bug
* update docs
* reordering bug in alt_names
* name regex fix in docs
* imported cert bug fix
* crypto_key addition
* crypto_key addition
* crypto_key addition
* crypto_key addition
* rejections fixes
* rejections fixes
* rejections fixes
* rejections fixes
* rejections fixes
* test label name changed
* test label name changed
* error formating update
* go sdk version update
* update docs & descriptions for uuid
---------
Co-authored-by: Yonathan-Yellin <[email protected]>
Co-authored-by: Avi Ribchinsky <[email protected]>
Co-authored-by: Tatyana <[email protected]>
Co-authored-by: Idan Adar <[email protected]>
Copy file name to clipboardexpand all lines: examples/ibm-secrets-manager/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -555,7 +555,7 @@ data "sm_en_registration" "sm_en_registration_instance" {
555
555
| description | An extended description of your secret.To protect your privacy, do not use personal data, such as your name or location, as a description for your secret group. |`string`| false |
556
556
| expiration_date | The date a secret is expired. The date format follows RFC 3339. | `` | false |
557
557
| labels | Labels that you can use to search for secrets in your instance.Up to 30 labels can be created. |`list(string)`| false |
558
-
| secret_group_id | A v4 UUID identifier, or `default` secret group. |`string`| false |
558
+
| secret_group_id | A UUID identifier, or `default` secret group.|`string`| false |
559
559
| secret_type | The secret type. Supported types are arbitrary, certificates (imported, public, and private), IAM credentials, key-value, and user credentials. |`string`| false |
560
560
| certificate | The PEM-encoded contents of your certificate. |`string`| false |
561
561
| intermediate | (Optional) The PEM-encoded intermediate certificate to associate with the root certificate. |`string`| false |
0 commit comments