Skip to content

Commit

Permalink
improve descriptioun
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGoyette committed Nov 21, 2024
1 parent 53bead9 commit 66a0b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
}

0 comments on commit 66a0b02

Please sign in to comment.