Skip to content
Snippets Groups Projects
Commit bb2e87ad authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Change default build instance name for base image build

parent 34600520
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ variable "security_groups" { ...@@ -67,7 +67,7 @@ variable "security_groups" {
variable "build_instance_name" { variable "build_instance_name" {
type = string type = string
default = "compute" default = "base"
description = "A name of build instance used for image build" description = "A name of build instance used for image build"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment