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 = <