Skip to content

Commit

Permalink
enable-encrypaction
Browse files Browse the repository at this point in the history
  • Loading branch information
yadavprakash committed May 13, 2021
1 parent 850fc9f commit 38f79e8
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 @@ -104,7 +104,7 @@ variable "tags" {
variable "encrypted" {
type = bool
description = "If true, the file system will be encrypted"
default = false
default = true
}

variable "performance_mode" {
Expand Down

0 comments on commit 38f79e8

Please sign in to comment.