Skip to content

Commit 68553f7

Browse files
wsiewhkantare
authored andcommitted
add description in docs
1 parent f691920 commit 68553f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/docs/r/kms_key.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ Review the argument references that you can specify for your resource.
107107
- `key_name` - (Required, Forces new resource, String) The name of the key.
108108
- `key_ring_id` - (Optional, Forces new resource, String) The ID of the key ring where you want to add your Key Protect key. The default value is `default`.
109109
- `payload` - (Optional, Forces new resource, String) The base64 encoded key that you want to store and manage in the service. To import an existing key, provide a 256-bit key. To generate a new key, omit this parameter.
110-
- `standard_key`- (Optional, Bool) Set flag **true** for standard key, and **false** for root key. Default value is **false**.Yes.
110+
- `standard_key`- (Optional, Bool) Set flag **true** for standard key, and **false** for root key. Default value is **false**.
111+
- `description`- (Optional, Forces new resource, String) An optional description that can be added to the key during creation.
111112
- `policies` - (Optional, List) Set policies for a key, for an automatic rotation policy or a dual authorization policy to protect against the accidental deletion of keys. Policies follow the following structure. (This attribute is deprecated)
112113

113114
Nested scheme for `policies`:

0 commit comments

Comments
 (0)