output "es_simple_domain_endpoint" {
  value = module.es_simple_domain.aws_elasticsearch_endpoint_output
}

output "es_advanced_domain_endpoint" {
  value = module.es_advanced_domain.aws_elasticsearch_endpoint_output
}

output "es_advanced_domain_password" {
  sensitive = true
  value     = random_password.master_user_password.result
}
