Skip to content

Commit 719b36f

Browse files
committed
nit: whitespace
1 parent 52498f2 commit 719b36f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/elasticache/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ variable "transit_encryption_mode" {
8585
type = string
8686
default = "required"
8787
description = "when migrating from no encryption to encryption, this must be set to 'preferred', then apply changes, then set to 'required'"
88+
8889
validation {
8990
condition = contains(["required", "preferred"], var.transit_encryption_mode)
9091
error_message = "transit_encryption_mode must be either 'required' or 'preferred'"
91-
9292
}
9393
}
9494

0 commit comments

Comments
 (0)