Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
airizarryDB authored Jan 23, 2025
1 parent 97f67c2 commit 0641c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/tf/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ variable "resource_prefix" {

validation {
condition = can(regex("^[a-z0-9-.]{1,40}$", var.resource_prefix))
error_message = "Invalid resource prefix. Allowed characters are a-z, 0-9, -, ."
error_message = "Invalid resource prefix. Allowed 40 characters containing only a-z, 0-9, -, ."
}
}
}

0 comments on commit 0641c5e

Please sign in to comment.