diff --git a/fast/stages/00-bootstrap/variables.tf b/fast/stages/00-bootstrap/variables.tf index e046b367..ba0e56cf 100644 --- a/fast/stages/00-bootstrap/variables.tf +++ b/fast/stages/00-bootstrap/variables.tf @@ -61,7 +61,7 @@ variable "cicd_repositories" { condition = alltrue([ for k, v in coalesce(var.cicd_repositories, {}) : v == null || ( - contains(["gitlab","github"], coalesce(try(v.type, null), "null")) + contains(["gitlab", "github"], coalesce(try(v.type, null), "null")) ) ]) error_message = "Invalid repository type, supported types: 'github'."