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 837d257 commit 59569c5Copy full SHA for 59569c5
variables.tf
@@ -93,9 +93,9 @@ variable "cluster_block_volume_size" { default = "1000" }
93
variable "cluster_block_volume_performance" { default = "10. Balanced performance"}
94
95
variable "inst_prin" { default = true}
96
-variable "api_user_key" { default = "None"}
97
-variable "api_fingerprint" { default = "None"}
98
-variable "api_user_ocid" { default = "None"}
+variable "api_user_key" { default = ""}
+variable "api_fingerprint" { default = ""}
+variable "api_user_ocid" { default = ""}
99
variable "home_nfs" { default = true }
100
variable "configure" { default = true }
101
0 commit comments