New File
Create a terraform file called outputs.tf
Configure
Create outputs with the IDs for all 3 data sources created in the Exercises section in module 4. Data Sources
Plan
Run terraform plan. What's different in Terraforms output in the terminal?
Commit
Commit your changes and push them to GitHub.