Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion opentofu/modules/vultr/block_storage/main.tofu
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ resource "null_resource" "attach_block_storage" {

# Attach to the new instance
echo "Attaching block storage to instance $INSTANCE_ID..."
vultr-cli block-storage attach "$BLOCK_STORAGE_ID" --instance-id="$INSTANCE_ID" --live || true
vultr-cli block-storage attach "$BLOCK_STORAGE_ID" --instance="$INSTANCE_ID" --live || true

# Verify attachment
echo "Verifying block storage attachment..."
Expand Down