Reviewed-on: https://git.query.consul/unkin/packer-images/pulls/11
This commit was merged in pull request #11.
This commit is contained in:
@@ -7,5 +7,5 @@ source "docker" "os" {
|
||||
source "incus" "os" {
|
||||
image = var.incus_source
|
||||
output_image = local.incus_output_image
|
||||
publish_remote_name = "local"
|
||||
profile = "build"
|
||||
}
|
||||
|
||||
@@ -121,7 +121,6 @@ variable "git_branch" {
|
||||
type = string
|
||||
default = env("GIT_BRANCH")
|
||||
}
|
||||
|
||||
variable "include_incus_client_certs" {
|
||||
type = bool
|
||||
default = false
|
||||
|
||||
Reference in New Issue
Block a user