terraform-docker-nginx
Infrastructure as Code (IaC) with Terraform 🚀 Objective Provision a local Docker container using Terraform. 🧰 Tools Used 📁 Project Structure terraform-docker-app/ ├── main.tf ├── apply-log.txt ├── README.md 📝 Steps Performed 1. ✅ Wrote Terraform Configuration File: main.tf 2. ✅ Terraform Commands Used terraform init # Initialize the project terraform plan # See execution plan terraform apply… Read More »
