Skip to content

Commit

Permalink
Replace none with empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinZablocki committed Sep 28, 2021
1 parent 837d257 commit 59569c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ variable "cluster_block_volume_size" { default = "1000" }
variable "cluster_block_volume_performance" { default = "10. Balanced performance"}

variable "inst_prin" { default = true}
variable "api_user_key" { default = "None"}
variable "api_fingerprint" { default = "None"}
variable "api_user_ocid" { default = "None"}
variable "api_user_key" { default = ""}
variable "api_fingerprint" { default = ""}
variable "api_user_ocid" { default = ""}
variable "home_nfs" { default = true }
variable "configure" { default = true }

Expand Down

0 comments on commit 59569c5

Please sign in to comment.