File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ data "kubectl_path_documents" "documents-count" {
13
13
exoscale_loadbalancer_id = " "
14
14
exoscale_loadbalancer_service_instancepool_id = " "
15
15
ssl_certificate = " "
16
- # namespace = ""
16
+ email = " "
17
17
}
18
18
}
19
19
@@ -23,7 +23,7 @@ data "kubectl_path_documents" "documents" {
23
23
exoscale_loadbalancer_id = var.exoscale_loadbalancer_id
24
24
exoscale_loadbalancer_service_instancepool_id = var.exoscale_loadbalancer_service_instancepool_id
25
25
ssl_certificate = var.ssl_certificate
26
- # namespace = kubernetes_namespace.haproxy-controller.id
26
+ email = var.email
27
27
}
28
28
}
29
29
Original file line number Diff line number Diff line change @@ -13,5 +13,7 @@ variable "ssl_certificate" {
13
13
type = string
14
14
}
15
15
16
-
17
- // variable "time_sleep" {}
16
+ variable "email" {
17
+ description = " (Required) E-Mail address for Lets Encrypt."
18
+ type = string
19
+ }
You can’t perform that action at this time.
0 commit comments