Difference between revisions of "Terraform aws instance: root block device"
Jump to navigation
Jump to search
Line 22: | Line 22: | ||
== See also == | == See also == | ||
* {{aws_instance}} | * {{aws_instance}} | ||
− | |||
[[Category:Terraform]] | [[Category:Terraform]] |
Revision as of 18:59, 28 February 2023
root_block_device - (Optional) Configuration block to customize details about the root block device of the instance. See Block Devices below for details. When accessing this as an attribute reference, it is a list containing one object
iops - (Optional) Amount of provisioned IOPS. Only valid for volume_type of io1, io2 or gp3.
root_block_device
root_block_device { ~ iops = 3000 -> 0 [[tags] = {} }
Related
terraform plan
- Terraform resource:
aws_instance
IOPS
user_data
See also
Advertising: