From d2bcfed3113e7b6618bfb471fa76eda427784d7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Heleno?= Date: Thu, 21 Dec 2023 20:08:11 +0100 Subject: [PATCH] fix: change the default cluster issuer --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 6f32cbf6..e1c1ff2e 100644 --- a/variables.tf +++ b/variables.tf @@ -45,7 +45,7 @@ variable "target_revision" { variable "cluster_issuer" { description = "SSL certificate issuer to use. Usually you would configure this value as `letsencrypt-staging` or `letsencrypt-prod` on your root `*.tf` files." type = string - default = "ca-issuer" + default = "selfsigned-issuer" } variable "namespace" {