From 41c9f677d9ebd3e388cb436063afa5221c3424e2 Mon Sep 17 00:00:00 2001 From: Eesaan Atluri <atlurie@uab.edu> Date: Thu, 2 Nov 2023 16:54:19 -0500 Subject: [PATCH] Update main.tf --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 2133736..e880538 100644 --- a/main.tf +++ b/main.tf @@ -71,7 +71,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 - vol_id = data.openstack_blockstorage_volume_v2.disk.id + vol_id = data.openstack_blockstorage_volume_v3.disk.id } # runs the ood-instance module - creates ood instance using variables defined above -- GitLab