Skip to content

Commit 39bb01a

Browse files
committed
ecs-skip-r53-dependency
1 parent 8a66780 commit 39bb01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operations/deployment/terraform/aws/bitovi_main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ module "aws_route53_ecs" {
525525
aws_certificates_selected_arn = var.aws_r53_enable_cert && var.aws_r53_domain_name != "" ? module.aws_certificates[0].selected_arn : ""
526526
# Others
527527
fqdn_provided = local.fqdn_provided
528-
depends_on = [ module.aws_certificates ]
528+
#depends_on = [ module.aws_certificates ]
529529
providers = {
530530
aws = aws.r53
531531
}

0 commit comments

Comments
 (0)