Compare commits

..

2 commits

Author SHA1 Message Date
2461e97541
Updated lib
Some checks are pending
Trunk Check / Trunk Check Runner (push) Waiting to run
2025-01-17 13:05:35 +01:00
e45d5b1773
Portainer has its own auth 2025-01-17 13:05:23 +01:00
2 changed files with 5 additions and 7 deletions

@ -1 +1 @@
Subproject commit 5ceb5aa6820075bb78ab22477bf85b2ffa23010b
Subproject commit 720b2227e91b33518a0ad12011cb9235f9a23ee1

View file

@ -1,4 +1,3 @@
module "portainer" {
#source = "github.com/matthewbaggett/terraform_modules//products/portainer/ui"
source = "./lib/grey.ooo/products/portainer/ui"
@ -10,7 +9,6 @@ module "portainer" {
port = 9000,
ssl = true,
non-ssl = true
basic-auth-users = ["techinc"]
}
}