Skip to content

Commit

Permalink
Merge pull request #39 from schubergphilis/fvb/certifiacte
Browse files Browse the repository at this point in the history
Add dependency to the certificate validation
  • Loading branch information
fatbasstard authored Jun 18, 2020
2 parents d21ef35 + 1cfa4c4 commit ef92cc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,6 @@ resource "aws_cloudfront_distribution" "default" {
response_page_path = lookup(custom_error_response.value, "response_page_path", null)
}
}

depends_on = [aws_acm_certificate_validation.default]
}

0 comments on commit ef92cc5

Please sign in to comment.