Skip to content

Commit ecefa6f

Browse files
EXO-5: [Change] update variables.tf - fix default-ssl-certificate
1 parent 1fd8067 commit ecefa6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ variable "cluster_ca_certificate" {
135135
variable "ssl_certificate" {
136136
description = "(Required) The default ssl certificate secret name."
137137
type = string
138-
default = "default-ssl-certicate"
138+
default = "default-ssl-certificate"
139139
}
140140

141141
# tls

0 commit comments

Comments
 (0)