use registry got k8s dashboard

This commit is contained in:
viktorbarzin 2021-02-12 21:42:16 +00:00
parent 1bbffea5a7
commit ef38f3b940
No known key found for this signature in database
GPG key ID: 0EB088298288D958
2 changed files with 46 additions and 6 deletions

View file

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