Skip to content

Commit

Permalink
Delete commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKotowick committed Dec 26, 2024
1 parent 6ba7bac commit e4118f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ output "condition" {
output "checked" {
description = "Whether the condition has been checked (used for assertion dependencies)."
value = var.condition == true ? true : true
//value = local.evaluation == "" ? true : true //var.condition == true ? true : true
}
4 changes: 0 additions & 4 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,3 @@ variable "condition" {
error_message = var.error_message
}
}

# locals {
# evaluation = var.condition ? "" : SEE_ABOVE_ERROR_MESSAGE(true ? null : "ERROR: ${var.error_message}")
# }

0 comments on commit e4118f7

Please sign in to comment.