Skip to content

Commit

Permalink
embarrassing typo of optional
Browse files Browse the repository at this point in the history
  • Loading branch information
zachreborn committed Mar 21, 2024
1 parent 31120bc commit dbf8406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws/transfer_family/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ variable "vpc_id" {
variable "users" {
description = "(Optional) A map of user names and their configuration"
type = map(object({
home_directory = oprional(string) # Cannot be set if home_directory_type is set to "LOGICAL".
home_directory = optional(string) # Cannot be set if home_directory_type is set to "LOGICAL".
home_directory_type = optional(string, "LOGICAL") # Default is "LOGICAL"
policy = optional(string) # Set for a custom session policy see https://docs.aws.amazon.com/transfer/latest/userguide/requirements-roles.html#session-policy for more information
username = string
Expand Down

0 comments on commit dbf8406

Please sign in to comment.