From 1f97e9d21807c916c69828a3cb7346c76923eae8 Mon Sep 17 00:00:00 2001 From: Tim Cheung <152907271+timckt@users.noreply.github.com> Date: Tue, 24 Sep 2024 13:17:43 +0100 Subject: [PATCH] fix: Update validaiton error message --- variables.tf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 290be76..1f59ea3 100644 --- a/variables.tf +++ b/variables.tf @@ -33,10 +33,12 @@ variable "db_allocated_storage" { : var.storage_type == "gp3" ? var.allocated_storage >= 20 : true ) - error_message = "Invalid 'allocated_storage': + error_message = <