diff --git a/website/docs/r/launch_template.html.markdown b/website/docs/r/launch_template.html.markdown index 7a9e5a94ee48..904de1d11433 100644 --- a/website/docs/r/launch_template.html.markdown +++ b/website/docs/r/launch_template.html.markdown @@ -179,7 +179,7 @@ The `ebs` block supports the following: * `kms_key_id` - The ARN of the AWS Key Management Service (AWS KMS) customer master key (CMK) to use when creating the encrypted volume. `encrypted` must be set to `true` when this is set. * `snapshot_id` - The Snapshot ID to mount. -* `thoughput` - The throughput to provision for a `gp3` volume, with a maximum of 1,000 MiB/s. +* `throughput` - The throughput to provision for a `gp3` volume, with a maximum of 1,000 MiB/s. * `volume_size` - The size of the volume in gigabytes. * `volume_type` - The volume type. Can be `standard`, `gp2`, `gp3`, `io1`, `io2`, `sc1` or `st1` (Default: `gp2`).