Skip to content

Commit

Permalink
Add default value to product_version at base level.
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Oct 3, 2024
1 parent d12fffa commit d491ec8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend_modules/null/base/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,5 @@ variable "is_server_paygo_instance" {
variable "product_version" {
description = "One of: 4.3-nightly, 4.3-released, 4.3-pr, 4.3-beta, 4.3-VM-nightly, 4.3-VM-released, 5.0-nightly, 5.0-released, head, uyuni-master, uyuni-released, uyuni-pr"
type = string
default = ""
}

0 comments on commit d491ec8

Please sign in to comment.