We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ad2bb commit 981da13Copy full SHA for 981da13
examples/main.tf
@@ -25,6 +25,7 @@ module "k8s-cluster" {
25
PATH_TO_PUBLIC_LB_CERT = "<PAHT_TO_PUBLIC_LB_CERT>"
26
PATH_TO_PUBLIC_LB_KEY = "<PAHT_TO_PRIVATE_LB_CERT>"
27
install_nginx_ingress = true
28
+ install_longhorn = true
29
source = "github.com/garutilorenzo/k8s-aws-terraform-cluster"
30
}
31
0 commit comments