Skip to content

Commit 7bbde32

Browse files
ravinitpNagendraNigade
authored andcommitted
fixed - vault documentation
1 parent 477fd10 commit 7bbde32

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

website/docs/r/vault_secret.html.markdown

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ This resource provides the Secret resource in Oracle Cloud Infrastructure Vault
1212

1313
Creates a new secret according to the details of the request.
1414

15-
This operation is not supported by the Oracle Cloud Infrastructure Terraform Provider.
16-
1715

1816
## Example Usage
1917

@@ -64,7 +62,7 @@ The following arguments are supported:
6462
* `metadata` - (Optional) (Updatable) Additional metadata that you can use to provide context about how to use the secret during rotation or other administrative tasks. For example, for a secret that you use to connect to a database, the additional metadata might specify the connection endpoint and the connection string. Provide additional metadata as key-value pairs.
6563
* `secret_content` - (Required) (Updatable) The content of the secret and metadata to help identify it.
6664
* `content` - (Optional) (Updatable) The base64-encoded content of the secret.
67-
* `content_type` - (Required) (Updatable) The base64-encoded content of the secret.
65+
* `content_type` - (Required) (Updatable) content type . Example `BASE64` .
6866
* `name` - (Optional) (Updatable) Names should be unique within a secret. Valid characters are uppercase or lowercase letters, numbers, hyphens, underscores, and periods.
6967
* `stage` - (Optional) (Updatable) The rotation state of the secret content. The default is `CURRENT`, meaning that the secret is currently in use. A secret version that you mark as `PENDING` is staged and available for use, but you don't yet want to rotate it into current, active use. For example, you might create or update a secret and mark its rotation state as `PENDING` if you haven't yet updated the secret on the target system. When creating a secret, only the value `CURRENT` is applicable, although the value `LATEST` is also automatically applied. When updating a secret, you can specify a version's rotation state as either `CURRENT` or `PENDING`.
7068
* `secret_name` - (Required) A user-friendly name for the secret. Secret names should be unique within a vault. Avoid entering confidential information. Valid characters are uppercase or lowercase letters, numbers, hyphens, underscores, and periods.

0 commit comments

Comments
 (0)