diff --git a/variables.tf b/variables.tf index 79b1910..ed0106b 100644 --- a/variables.tf +++ b/variables.tf @@ -1,9 +1,9 @@ variable "condition" { - description = "The condition to check." + description = "The condition to ensure is `true`." type = bool } variable "error_message" { - description = "The error message to display if the assertion fails." + description = "The error message to display if the condition evaluates to `false`." type = string }