This project deploys a highly available, secure, and scalable WordPress application on AWS using Terraform Infrastructure as Code (IaC). provider "aws" { region = "us-east-1" } module "vpc" { source = ...