Skip to content

Commit

Permalink
docs/resource/aws_launch_template: Fix typo: throughput (#16731)
Browse files Browse the repository at this point in the history
  • Loading branch information
vroad authored Dec 15, 2020
1 parent 788a843 commit 3d6f355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/launch_template.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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`).

Expand Down

0 comments on commit 3d6f355

Please sign in to comment.