Skip to content

Instantly share code, notes, and snippets.

@miry
Created March 18, 2018 19:00
Show Gist options
  • Save miry/311dd314cd445255650a81c7fef9d2da to your computer and use it in GitHub Desktop.
Save miry/311dd314cd445255650a81c7fef9d2da to your computer and use it in GitHub Desktop.
REsize Amazon EBS volumes without a reboot: Step 2 Detect device name in the instance base on tags
// volumes.tf
// ...
locals {
mount_point = "${aws_ebs_volume.mysql.tags["opsworks:mount_point"]}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment