There was an error while loading. Please reload this page.
2 parents 9f3f601 + 590e5f8 commit 3346bb9Copy full SHA for 3346bb9
1 file changed
variables.tf
@@ -55,6 +55,11 @@ variable "description" {
55
description = "(Optional) A description of the repository."
56
type = string
57
default = ""
58
+
59
+ validation {
60
+ condition = length(var.description) <= 350
61
+ error_message = "The value for 'description' must not exceed 350 characters."
62
+ }
63
}
64
65
variable "homepage_url" {
0 commit comments