diff --git a/variables.tf b/variables.tf index 03a929c..6db34dd 100644 --- a/variables.tf +++ b/variables.tf @@ -343,6 +343,6 @@ variable "clickhouse_region" { ########################################### variable "kubernetes_cluster_oidc_issuer_url" { type = string - description = "OIDC issuer URL for the Kubernetes cluster. Can be determined using kubectl get --raw /.well-known/openid-configuration" + description = "OIDC issuer URL for the Kubernetes cluster. Can be determined using `kubectl get --raw /.well-known/openid-configuration`" default = "" }