
data "aws_s3_bucket" "logs" {
  bucket = "orch-elb-logs"
}

data "aws_route53_zone" "theorchard_io" {
  zone_id = "Z2RSKZ9M7TJ9Z"
}
