use registry got k8s dashboard
This commit is contained in:
parent
1bbffea5a7
commit
ef38f3b940
2 changed files with 46 additions and 6 deletions
|
|
@ -10,12 +10,9 @@ resource "random_password" "csrf_token" {
|
|||
}
|
||||
|
||||
module "dashboard" {
|
||||
# source = "cookielab/dashboard/kubernetes"
|
||||
# source = "ViktorBarzin/dashboard/kubernetes"
|
||||
# version = "0.13.0"
|
||||
# TODO: update this once merged
|
||||
source = "/opt/terraform-kubernetes-dashboard"
|
||||
# insert the 1 required variable here
|
||||
# source = "cookielab/dashboard/kubernetes"
|
||||
source = "ViktorBarzin/dashboard/kubernetes"
|
||||
version = "0.13.1"
|
||||
kubernetes_dashboard_csrf = random_password.csrf_token.result
|
||||
kubernetes_dashboard_deployment_args = list(
|
||||
"--auto-generate-certificates",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue