Skip to content

Commit

Permalink
fix validation message
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoo committed Dec 25, 2024
1 parent 59e3c87 commit a311811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/certificate-authority-service/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ variable "ca_pool_config" {
var.ca_pool_config.ca_pool_id != null ||
var.ca_pool_config.name != null
)
error_message = "Tier can only be `DEVOPS` or `ENTERPRISE`."
error_message = "Either name or id need to be provided."
}
validation {
condition = (
Expand Down

0 comments on commit a311811

Please sign in to comment.