fix null variable
This commit is contained in:
parent
76d626f2a4
commit
96154a0370
1 changed files with 1 additions and 1 deletions
2
debian/variables.tf
vendored
2
debian/variables.tf
vendored
|
@ -59,5 +59,5 @@ variable "data_disk" {
|
|||
|
||||
variable "fixed_address" {
|
||||
type = string
|
||||
default = null
|
||||
default = ""
|
||||
}
|
||||
|
|
Reference in a new issue