mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
provider/aws: update doc on ebs types
This commit is contained in:
parent
07b7e757aa
commit
c5434c70e8
@ -33,7 +33,7 @@ The following arguments are supported:
|
||||
* `iops` - (Optional) The amount of IOPS to provision for the disk.
|
||||
* `size` - (Optional) The size of the drive in GB.
|
||||
* `snapshot_id` (Optional) A snapshot to base the EBS volume off of.
|
||||
* `type` - (Optional) The type of EBS volume. Can be "standard", "gp2", or "io1". (Default: "standard").
|
||||
* `type` - (Optional) The type of EBS volume. Can be "standard", "gp2", "io1", or "st1" (Default: "standard").
|
||||
* `kms_key_id` - (Optional) The KMS key ID for the volume.
|
||||
* `tags` - (Optional) A mapping of tags to assign to the resource.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user