Skip to content

Commit

Permalink
fix(eks-app-guide): need certificate ARN in order to create helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-acosta committed Mar 2, 2024
1 parent c0b94af commit d932300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-eks-tutorial/components/certificate/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ module "certificate" {

domain_name = var.domain_name
zone_id = var.zone_id
wait_for_validation = true
wait_for_validation = false
}

0 comments on commit d932300

Please sign in to comment.