terraform resource: ebs block device argument
Revision as of 14:13, 24 August 2023 by Welcome (talk | contribs) (Welcome moved page Ebs block device to Ebs block device argument)
ebs_block_device
argument in aws_instance resource https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/instance#ebs-ephemeral-and-root-block-devicesebs_block_device
input in ec2-instance module
Example
ebs_block_device { device_name = "/dev/sdf" volume_size = 50 volume_type = "gp3" delete_on_termination = false }
volume_type will be updated in-place encrypted
Related
See also
Advertising: