Skip to content

Instantly share code, notes, and snippets.

@davidvpe
Created February 5, 2022 17:46
Show Gist options
  • Save davidvpe/fab9d1ecd677bfc559adfa752a1e6835 to your computer and use it in GitHub Desktop.
Save davidvpe/fab9d1ecd677bfc559adfa752a1e6835 to your computer and use it in GitHub Desktop.
resource "aws_acm_certificate_validation" "validation" {
certificate_arn = aws_acm_certificate.certificate.arn
validation_record_fqdns = [for record in cloudflare_record.records : record.hostname]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment