Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/aws-anyscale-efs/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ variable "lifecycle_policy_transition_to_primary_storage_class" {
# File System Policy
# -------------------
variable "attach_policy" {
description = "(Optional) Determines whether a policy is attached to the file system. Default is `true`."
description = "(Optional) Determines whether a policy is attached to the file system. Default is `false`."
type = bool
default = false
}
Expand Down
Loading