diff --git a/main.tf b/main.tf
index e8805382f651ce117357a3d034432e62f10825c2..32afcc6d2e5dfdbd94648209fadd714dd172025d 100644
--- a/main.tf
+++ b/main.tf
@@ -132,29 +132,6 @@ resource "null_resource" "ops" {
     private_key = var.ssh_private_key
   }
 
-  provisioner "remote-exec" {
-    inline = [
-      "ls -al /CRI_XCBC",
-    ]
-  }
-  # moves CRI_XCBC file into directory made above
-
-provisioner "remote-exec" {
-    inline = [
-      "sudo sed -i -E 's/xdmod..nip.io/xdmod.rc.uab.edu/g' /etc/httpd/conf.d/xdmod.conf",
-      "sudo sed -i -E 's/xdmod..nip.io/xdmod.rc.uab.edu/g' /etc/xdmod/simplesamlphp/config/config.php",
-      "sudo systemctl restart httpd",        
-   ]
-  }
-
-provisioner "remote-exec" {
-    inline = [
-      "sudo mount ${module.create-ohpc-instance.device}1 /var/lib/mysql",
-      "sudo df -h",
-      "sudo systemctl restart mariadb",
-    ]
-  }
-
   # compute node registration on ohpc
   provisioner "remote-exec" {
     inline = [