mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-02 12:06:09 -04:00
terraform: allow image to be empty (#2595)
* make image optional in the high level modules * align azure variable description * set defaults in convenience modules Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com> --------- Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com> Co-authored-by: Adrian Stobbe <stobbe.adrian@gmail.com>
This commit is contained in:
parent
8e4feb7e2a
commit
8f2f8bdbbd
5 changed files with 11 additions and 5 deletions
|
@ -15,7 +15,8 @@ variable "service_account_id" {
|
|||
|
||||
variable "image" {
|
||||
type = string
|
||||
description = "Node image reference or semantic release version."
|
||||
description = "Node image reference or semantic release version. When not set, the latest default version will be used."
|
||||
default = "@@CONSTELLATION_VERSION@@"
|
||||
}
|
||||
|
||||
variable "microservice_version" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue