@@ -121,6 +121,11 @@ variable "git_branch" {
|
||||
type = string
|
||||
default = env("GIT_BRANCH")
|
||||
}
|
||||
variable "version" {
|
||||
description = "The version from version file."
|
||||
type = string
|
||||
default = env("VERSION")
|
||||
}
|
||||
variable "include_incus_client_certs" {
|
||||
type = bool
|
||||
default = false
|
||||
|
||||
Reference in New Issue
Block a user