Skip to content

Commit

Permalink
fix variable name for cert-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Stevenson authored and Phil Stevenson committed Aug 24, 2020
1 parent 8e99b8a commit a366cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cert_manager.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locals {

# https://raw.githubusercontent.com/jetstack/cert-manager/v0.14.1/deploy/manifests/00-crds.yaml
resource "null_resource" "cert_manager_crds" {
count = var.enable_external_dns ? 1 : 0
count = var.enable_cert_manager ? 1 : 0
triggers = {
version = var.cert_manager_version
kubeconfig = module.eks-cluster.kubeconfig_filename
Expand Down

0 comments on commit a366cc3

Please sign in to comment.