/*
data "aws_acm_certificate" "main_cert" {
  domain = local.base_domain
}
*/
