Skip to content

Commit b5c741a

Browse files
committed
fix: add default to ibm powervs vars
1 parent 81eef5c commit b5c741a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

ibmcloud_powervs/host_provision/module_variables.tf

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,11 @@ variable "module_var_web_proxy_exclusion" {}
6363
variable "module_var_os_vendor_enable" {
6464
default = true
6565
}
66-
variable "module_var_os_vendor_account_user" {}
67-
variable "module_var_os_vendor_account_user_passcode" {}
66+
variable "module_var_os_vendor_account_user" {
67+
default = ""
68+
}
69+
variable "module_var_os_vendor_account_user_passcode" {
70+
default = ""
71+
}
6872

6973
variable "module_var_storage_definition" {}

0 commit comments

Comments
 (0)