output "instance_ip" { description = "Instance private IP address" value = { for k, v in aws_instance.instance : k => v.private_ip } }