output "webserver_instance_id" {
  description = "Private webserver EC2 instance ID"
  value       = aws_instance.private_web.id
}
