terraform resource: ebs block device argument

From wikieduonline
Revision as of 08:38, 15 February 2023 by Brave (talk | contribs)
Jump to navigation Jump to search

Example

 ebs_block_device {
   device_name = "/dev/sdf"
   volume_size = 50
   volume_type = "gp3"
   delete_on_termination = false
 }

Related

See also

Advertising: