Formatting

This commit is contained in:
Greyscale 2025-02-02 03:35:36 +01:00
parent bce7e3f29c
commit c96f6e5bd7
Signed by: grey
GPG key ID: DDB392AE64B32D89
2 changed files with 4 additions and 4 deletions
products/pgadmin

View file

@ -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 = []

View file

@ -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"