Skip to content

Commit 59569c5

Browse files
Replace none with empty string
1 parent 837d257 commit 59569c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ variable "cluster_block_volume_size" { default = "1000" }
9393
variable "cluster_block_volume_performance" { default = "10. Balanced performance"}
9494

9595
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"}
96+
variable "api_user_key" { default = ""}
97+
variable "api_fingerprint" { default = ""}
98+
variable "api_user_ocid" { default = ""}
9999
variable "home_nfs" { default = true }
100100
variable "configure" { default = true }
101101

0 commit comments

Comments
 (0)