From c96f6e5bd75edabd72223223b322c372346c24f3 Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Sun, 2 Feb 2025 03:35:36 +0100 Subject: [PATCH] Formatting --- products/pgadmin/inputs.tf | 6 +++--- products/pgadmin/pgadmin.tf | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/products/pgadmin/inputs.tf b/products/pgadmin/inputs.tf index 988e332..5c03f2b 100644 --- a/products/pgadmin/inputs.tf +++ b/products/pgadmin/inputs.tf @@ -1,7 +1,7 @@ variable "enabled" { - type = bool - description = "Whether to enable the service or merely provision it." - default = true + type = bool + description = "Whether to enable the service or merely provision it." + default = true } variable "placement_constraints" { default = [] diff --git a/products/pgadmin/pgadmin.tf b/products/pgadmin/pgadmin.tf index 7e5723e..df2b607 100644 --- a/products/pgadmin/pgadmin.tf +++ b/products/pgadmin/pgadmin.tf @@ -21,7 +21,7 @@ variable "servers" { } module "pgadmin" { source = "../../docker/service" - enable = var.enabled + enable = var.enabled image = "dpage/pgadmin4:8" service_name = "pgadmin" stack_name = "pgadmin"