Skip to content

Commit

Permalink
nit: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
swiknaba committed Jul 17, 2024
1 parent 52498f2 commit 719b36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/elasticache/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ variable "transit_encryption_mode" {
type = string
default = "required"
description = "when migrating from no encryption to encryption, this must be set to 'preferred', then apply changes, then set to 'required'"

validation {
condition = contains(["required", "preferred"], var.transit_encryption_mode)
error_message = "transit_encryption_mode must be either 'required' or 'preferred'"

}
}

Expand Down

0 comments on commit 719b36f

Please sign in to comment.