Skip to content

Commit 92ebc6d

Browse files
Shikha MaheshwariShikha Maheshwari
authored andcommitted
address formatting
1 parent 519ca9e commit 92ebc6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/da-implementation-guidelines.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ variable "prefix" {
6161
)
6262
error_message = "Prefix must begin with a lowercase letter and may contain only lowercase letters, digits, and hyphens '-'. It must not end with a hyphen('-'), and cannot contain consecutive hyphens ('--')."
6363
}
64+
6465
validation {
6566
# must not exceed 16 characters in length
6667
condition = length(var.prefix) <= 16

0 commit comments

Comments
 (0)