Skip to content

Commit

Permalink
brightbox: Fix Terraform 14 incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
pothos committed Apr 29, 2024
1 parent 22f6741 commit ae2cc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brightbox/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ variable "release_channel" {

validation {
condition = contains(["lts", "stable", "beta", "alpha"], var.release_channel)
error_message = "release_channel must be lts, stable, beta, or alpha."
error_message = "The variable 'release_channel' must be lts, stable, beta, or alpha."
}
}

Expand Down

0 comments on commit ae2cc6c

Please # to comment.