Skip to content

Commit 79797d7

Browse files
committed
r/aws_launch_template(doc): update kms_key_id description
Clarifies that the argument supports key ID, key alias, key ARN, or alias ARN values.
1 parent b1431b7 commit 79797d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/launch_template.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ The `ebs` block supports the following:
173173
Cannot be used with `snapshot_id`.
174174
* `iops` - (Optional) The amount of provisioned [IOPS](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-io-characteristics.html).
175175
This must be set with a `volume_type` of `"io1/io2/gp3"`.
176-
* `kms_key_id` - (Optional) The ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) to use when creating the encrypted volume.
176+
* `kms_key_id` - (Optional) Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed KMS key to use for EBS encryption.
177177
`encrypted` must be set to `true` when this is set.
178178
* `snapshot_id` - (Optional) The Snapshot ID to mount.
179179
* `throughput` - (Optional) The throughput to provision for a `gp3` volume in MiB/s (specified as an integer, e.g., 500), with a maximum of 1,000 MiB/s.

0 commit comments

Comments
 (0)