output "cloud_cost_bucket_name" {
  value = module.datadog_aws_integration.cloud_cost_bucket_name
}

output "cloud_cost_export_path_prefix" {
  value = module.datadog_aws_integration.cloud_cost_export_path_prefix
}

output "cloud_cost_export_name" {
  value = module.datadog_aws_integration.cloud_cost_export_name
}
