From 8125e7945c6c5e099397f84c7888e876677a5cff Mon Sep 17 00:00:00 2001
From: Krish Moodbidri <krish94@uab.edu>
Date: Mon, 26 Feb 2024 19:25:28 -0600
Subject: [PATCH] fixed EOF syntax

---
 ohpc-instance/main.tf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ohpc-instance/main.tf b/ohpc-instance/main.tf
index c280da4..00b8092 100644
--- a/ohpc-instance/main.tf
+++ b/ohpc-instance/main.tf
@@ -50,6 +50,8 @@ resource "openstack_compute_instance_v2" "ohpc" {
     # Clone CRI_Cluster_Monitor repository
     - git clone https://github.com/eesaanatluri/CRI_Cluster_Monitor.git 
 
+    EOF
+
 # defines the networks of the instance
   network {
     uuid = var.external_network
-- 
GitLab