We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81eef5c commit b5c741aCopy full SHA for b5c741a
ibmcloud_powervs/host_provision/module_variables.tf
@@ -63,7 +63,11 @@ variable "module_var_web_proxy_exclusion" {}
63
variable "module_var_os_vendor_enable" {
64
default = true
65
}
66
-variable "module_var_os_vendor_account_user" {}
67
-variable "module_var_os_vendor_account_user_passcode" {}
+variable "module_var_os_vendor_account_user" {
+ default = ""
68
+}
69
+variable "module_var_os_vendor_account_user_passcode" {
70
71
72
73
variable "module_var_storage_definition" {}
0 commit comments