Skip to content

Commit

Permalink
Clean up error message format
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKotowick committed Jul 30, 2021
1 parent 81eb6d7 commit 9aad06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ terraform {
}

locals {
content = var.condition ? "" : parseint("ERROR: ${var.error_message}", 2)
content = var.condition ? "" : abs(true ? null : "ERROR: ${var.error_message}")
}

0 comments on commit 9aad06a

Please sign in to comment.