data "aws_route53_zone" "filtr_com_domain" {
  provider = aws.gdb-delphi-dev

  name         = "filtr.com."
  private_zone = false
}

data "aws_route53_zone" "apollo_stream_domain" {
  provider = aws.gdb-delphi-dev

  name         = "apollo.stream."
  private_zone = false
}

# Get current account ID and global accounts list
data "aws_caller_identity" "current" {}
