From 8558dc011c3a3d88f44381f1874108759e9c9732 Mon Sep 17 00:00:00 2001
From: Krish Moodbidri <krish94@uab.edu>
Date: Fri, 3 Nov 2023 11:56:40 -0500
Subject: [PATCH] fiix variable syntax

---
 main.tf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.tf b/main.tf
index 1d49280..f4decc9 100644
--- a/main.tf
+++ b/main.tf
@@ -72,7 +72,7 @@ module "create-ohpc-instance" {
     floating_ip_ohpc = module.floating-ip-address.ohpc_address
     ohpc_user =  var.ohpc_user
     ssh_private_key = var.ssh_private_key
-    volumes = [
+    vol_id = [
       data.openstack_blockstorage_volume_v3.disk.id,
       data.openstack_blockstorage_volume_v3.disk2.id
     ]
-- 
GitLab