From bb2e87ad84b54acc0d148a95cd265c92a7539793 Mon Sep 17 00:00:00 2001
From: Eesaan Atluri <atlurie@uab.edu>
Date: Fri, 7 Jul 2023 13:06:25 -0500
Subject: [PATCH] Change default build instance name for base image build

---
 openstack/variables.pkr.hcl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openstack/variables.pkr.hcl b/openstack/variables.pkr.hcl
index 0982719..aa81059 100644
--- a/openstack/variables.pkr.hcl
+++ b/openstack/variables.pkr.hcl
@@ -67,7 +67,7 @@ variable "security_groups" {
 
 variable "build_instance_name" {
   type = string
-  default = "compute"
+  default = "base"
   description = "A name of build instance used for image build"
 }
 
-- 
GitLab