Lesson1 – Hands-on – Code Review
In the first part of this hands-on session, we will perform a code review using the Visual Studio Code (VS Code) editor. This review will cover all the Terraform HCL (HashiCorp Configuration Language) files required for deploying a single webserver on Oracle Cloud Infrastructure (OCI). The session will focus on:
- Understanding the structure of the Terraform files.
- Reviewing key configurations, including resource definitions, provider settings, and variables.
- Highlighting the code sections responsible for creating OCI resources, such as compute instances, networking components, and security configurations.
This review sets the foundation for deploying the infrastructure in the subsequent parts of the lesson.

