add comment with setup instructions as I am lazy to add all the resources [ci skip]

This commit is contained in:
Viktor Barzin 2023-04-13 12:14:16 +00:00
parent cc4cb0a027
commit dc2fd174db

View file

@ -7,6 +7,9 @@ resource "random_password" "csrf_token" {
override_special = "_%@"
}
# instructions on deploying:
# https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/#accessing-the-dashboard-ui
# module "dashboard" {
# # source = "cookielab/dashboard/kubernetes"
# source = "ViktorBarzin/dashboard/kubernetes"