Difference between revisions of "Terraform aws instance: root block device"

From wikieduonline
Jump to navigation Jump to search
Line 12: Line 12:
 
  }
 
  }
 
   
 
   
 +
 +
  
 
== Related ==
 
== Related ==
 +
[[volume_size]], [[volume_type]]
 
* <code>[[terraform plan]]</code>
 
* <code>[[terraform plan]]</code>
 
* Terraform resource: <code>[[aws_instance]]</code>
 
* Terraform resource: <code>[[aws_instance]]</code>

Revision as of 11:58, 13 March 2023

https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/instance#root_block_device

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

volume_size, volume_type 
ebs_block_device

See also

Advertising: