From d932300563c84162c246f4cc700a88551788f097 Mon Sep 17 00:00:00 2001 From: Jordan Acosta Date: Fri, 1 Mar 2024 20:14:32 -0800 Subject: [PATCH] fix(eks-app-guide): need certificate ARN in order to create helm chart --- aws-eks-tutorial/components/certificate/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-eks-tutorial/components/certificate/main.tf b/aws-eks-tutorial/components/certificate/main.tf index 6dcf7c3..2f71d69 100644 --- a/aws-eks-tutorial/components/certificate/main.tf +++ b/aws-eks-tutorial/components/certificate/main.tf @@ -4,5 +4,5 @@ module "certificate" { domain_name = var.domain_name zone_id = var.zone_id - wait_for_validation = true + wait_for_validation = false }