From ba07c30b584d2ccf1491e9112a3fd5f6f7758384 Mon Sep 17 00:00:00 2001 From: Krish Moodbidri <krish94@uab.edu> Date: Fri, 17 Nov 2023 13:13:20 -0600 Subject: [PATCH] fixed tf syntax typo --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 014f294..ff687e4 100644 --- a/main.tf +++ b/main.tf @@ -152,7 +152,7 @@ provisioner "remote-exec" { provisioner "remote-exec" { inline = [ "sudo mount ${module.create-ohpc-instance.device}1 /var/lib/mysql", - "sudo mount ${module.create-ohpc-instance.device}2 /data/xdmod/queues" + "sudo mount ${module.create-ohpc-instance.device}2 /data/xdmod/queues", "sudo df -h", "sudo systemctl restart mariadb", ] -- GitLab