summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.tf4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.tf b/main.tf
index 251096d..cb796b4 100644
--- a/main.tf
+++ b/main.tf
@@ -402,10 +402,10 @@ variable "ingress_certresolver" {
variable "ingress_entrypoints" {
type = list(string)
- default = ["websecure"]
+ default = ["web", "websecure"]
description = <<-EOF
A list of entrypoints to use with the IngressRoute object. Defaults to
- `["websecure"]`.
+ `["web", "websecure"]`.
EOF
}