Skip to content

Instantly share code, notes, and snippets.

@miry
Last active March 18, 2018 18:59
Show Gist options
  • Save miry/c5914d0b44eca51f2d227a970aa8d523 to your computer and use it in GitHub Desktop.
Save miry/c5914d0b44eca51f2d227a970aa8d523 to your computer and use it in GitHub Desktop.
REsize Amazon EBS volumes without a reboot: Step 2 Detect device name in the instance
// volumes.tf
// ...
locals {
mount_point = "${data.aws_instance.mysql.ebs_block_device.0.device_name}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment