Skip to content

Commit

Permalink
Make sure scratch is disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudfroidmont committed May 15, 2024
1 parent dc43053 commit b7af925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ variable "use_compute_agent" { default = true }
variable "unsupported_controller_image" { default = "" }
variable "unsupported_login_image" { default = "" }
variable "use_cluster_nfs" { default = true}
variable "use_scratch_nfs" { default = true }
variable "use_scratch_nfs" { default = false }
variable "cluster_nfs_path" { default = "/nfs/cluster" }
variable "scratch_nfs_path" { default = "/nfs/scratch" }
variable "vcn_compartment" { default = ""}
Expand Down

0 comments on commit b7af925

Please sign in to comment.