diff --git a/products/quassel/inputs.tf b/products/quassel/inputs.tf
index 56f9bb6..600956c 100644
--- a/products/quassel/inputs.tf
+++ b/products/quassel/inputs.tf
@@ -24,7 +24,7 @@ variable "placement_constraints" {
   description = "Docker Swarm placement constraints"
 }
 variable "ports" {
-  default = [{host=4242, container=4242}]
+  default = [{ host = 4242, container = 4242 }]
   type = list(object({
     host      = number
     container = number