diff --git a/resource-groups/elasticache-redis/variables.tf b/resource-groups/elasticache-redis/variables.tf index dfe2b357..33338f32 100644 --- a/resource-groups/elasticache-redis/variables.tf +++ b/resource-groups/elasticache-redis/variables.tf @@ -3,7 +3,7 @@ variable "cluster_id" { description = "ID (name) to give" validation { condition = can(regex("[a-z0-9\\-]+", var.cluster_id)) - error_message = "The cluster_id can only contain lower case a-z, 0-9 and hyphens(-)" + error_message = "The cluster_id can only contain lower case a-z, 0-9 and hyphens(-)." } }