diff --git a/service.portainer.tf b/service.portainer.tf index 16f87b4..0cd527c 100644 --- a/service.portainer.tf +++ b/service.portainer.tf @@ -1,4 +1,3 @@ - module "portainer" { #source = "github.com/matthewbaggett/terraform_modules//products/portainer/ui" source = "./lib/grey.ooo/products/portainer/ui" @@ -6,11 +5,10 @@ module "portainer" { placement_constraints = ["node.role == manager"] networks = [module.traefik.docker_network] traefik = { - domain = "portainer.${var.base_domain}", - port = 9000, - ssl = true, - non-ssl = true - basic-auth-users = ["techinc"] + domain = "portainer.${var.base_domain}", + port = 9000, + ssl = true, + non-ssl = true } }