Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKotowick authored Jul 13, 2021
1 parent b364510 commit 8aedad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 8aedad5

Please sign in to comment.