Skip to content

Commit 7e97eca

Browse files
Merge pull request #87 from anyscale/jpatra72-patch-1
Change default value of attach_policy to false in the description
2 parents fe5ee7d + 6fbe105 commit 7e97eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/aws-anyscale-efs/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ variable "lifecycle_policy_transition_to_primary_storage_class" {
137137
# File System Policy
138138
# -------------------
139139
variable "attach_policy" {
140-
description = "(Optional) Determines whether a policy is attached to the file system. Default is `true`."
140+
description = "(Optional) Determines whether a policy is attached to the file system. Default is `false`."
141141
type = bool
142142
default = false
143143
}

0 commit comments

Comments
 (0)