We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e105985 commit eb9a350Copy full SHA for eb9a350
mithril-infra/main.data-disk.tf
@@ -70,7 +70,7 @@ resource "null_resource" "mithril_mount_data_disk" {
70
<<-EOT
71
set -e
72
# Format data disk if necessary
73
-if sudo blkid /dev/sdb; then
+if sudo blkid /dev/disk/by-id/google-mithril-data-disk; then
74
echo "Data disk already formatted"
75
else
76
# Format data disk
0 commit comments