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 f0333a5 commit 97f67c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-gov/tf/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ 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, -, ."
}
}

Expand Down

0 comments on commit 97f67c2

Please sign in to comment.