# Purpose: This file is used to output the values of the resources created in the main.tf file. output "container_id" { description = "The ID of the Nexus container" value = docker_container.application.id } output "container_name" { description = "The name of the Nexus container" value = docker_container.application.name }