Created
March 18, 2018 19:00
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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