Introduction
When you create resources with Terraform, you often want to see important information about them after they are created. Output values let you display this information clearly after running your setup.
When you want to see the IP address of a server you just created.
When you need to get the URL of a website hosted on cloud resources.
When you want to share resource IDs with other teams or tools.
When you want to verify that your resources have the expected properties.
When you want to pass information from one Terraform configuration to another.