Compare commits
2 commits
37407f72c2
...
2461e97541
Author | SHA1 | Date | |
---|---|---|---|
2461e97541 | |||
e45d5b1773 |
2 changed files with 5 additions and 7 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 5ceb5aa6820075bb78ab22477bf85b2ffa23010b
|
Subproject commit 720b2227e91b33518a0ad12011cb9235f9a23ee1
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
module "portainer" {
|
module "portainer" {
|
||||||
#source = "github.com/matthewbaggett/terraform_modules//products/portainer/ui"
|
#source = "github.com/matthewbaggett/terraform_modules//products/portainer/ui"
|
||||||
source = "./lib/grey.ooo/products/portainer/ui"
|
source = "./lib/grey.ooo/products/portainer/ui"
|
||||||
|
@ -10,7 +9,6 @@ module "portainer" {
|
||||||
port = 9000,
|
port = 9000,
|
||||||
ssl = true,
|
ssl = true,
|
||||||
non-ssl = true
|
non-ssl = true
|
||||||
basic-auth-users = ["techinc"]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue