We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f64693a commit 76581b7Copy full SHA for 76581b7
modules/acm/main.tf
@@ -49,6 +49,8 @@ resource "aws_route53_record" "this" {
49
records = [each.value.value]
50
ttl = 60
51
allow_overwrite = var.record_allow_overwrite
52
+
53
+ depends_on = [aws_acm_certificate.this]
54
}
55
56
resource "aws_acm_certificate_validation" "this" {
0 commit comments