mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fixed aesthetic issue for AWS KMS (#1401)
Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com>
This commit is contained in:
parent
1a34c658a3
commit
314ab9d03d
@ -104,9 +104,9 @@ The PBKDF2 key provider allows you to use a long passphrase as to generate a key
|
||||
This key provider uses the [Amazon Web Servers Key Management Service](https://aws.amazon.com/kms/) to generate keys. The authentication options are identical to the [S3 backend](/docs/language/settings/backends/s3/) excluding any deprecated options. In addition, please provide the following options:
|
||||
|
||||
| Option | Description | Min. | Default |
|
||||
|------------|----------------------------------------------------------------------------------------------------------------------------------------------------|------|---------|
|
||||
| kms_key_id | [Key ID on AWS KMS](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id). | 1 | - |
|
||||
| key_spec | [Key spec for AWS KMS](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-spec). Adapt this to your encryption method (e.g. . | 1 | - |
|
||||
|------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|------|---------|
|
||||
| kms_key_id | [Key ID for AWS KMS](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id). | 1 | - |
|
||||
| key_spec | [Key spec for AWS KMS](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-spec). Adapt this to your encryption method (e.g. `AES_256`). | 1 | - |
|
||||
|
||||
The following example illustrates a minimal example:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user