fix
This commit is contained in:
@@ -15,7 +15,7 @@ locals {
|
||||
}
|
||||
|
||||
resource "kubectl_manifest" "prj_certificate" {
|
||||
count = var.create-cert?1:0
|
||||
count = var.create_cert?1:0
|
||||
yaml_body = <<-EOF
|
||||
apiVersion: "cert-manager.io/v1"
|
||||
kind: "Certificate"
|
||||
|
||||
@@ -31,7 +31,7 @@ variable "create-redirect" {
|
||||
type = bool
|
||||
default = false
|
||||
}
|
||||
variable "create-cert" {
|
||||
variable "create_cert" {
|
||||
type = bool
|
||||
default = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user