output "id" {
  description = "GuardDuty detector ID"
  value       = aws_guardduty_detector.this.id
}

output "arn" {
  description = "GuardDuty detector ARN"
  value       = aws_guardduty_detector.this.arn
}

output "account_id" {
  description = "Account ID of the detector"
  value       = aws_guardduty_detector.this.account_id
}
