From 449947b923462c724086a011efe7692a3a81bd35 Mon Sep 17 00:00:00 2001 From: Krish Moodbidri <krish94@uab.edu> Date: Wed, 28 Feb 2024 10:10:27 -0600 Subject: [PATCH] feat-test-git clone in content --- ohpc-instance/main.tf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ohpc-instance/main.tf b/ohpc-instance/main.tf index e6fff8b..b2766f9 100644 --- a/ohpc-instance/main.tf +++ b/ohpc-instance/main.tf @@ -43,8 +43,10 @@ resource "openstack_compute_instance_v2" "ohpc" { owner: centos:centos path: /etc/hosts permissions: 0644 + - content: | git clone https://github.com/jprorama/CRI_XCBC.git / - + path: / + permissions: '0755' EOF # defines the networks of the instance -- GitLab