11.3 Commit Terraform

Commit Terraform code to vprofile-infra

Use AI to generate .gitignore (excluding .terraform/, log files) and README.md, then:

cd vprofile-infra
git add .
git commit -m "terraform code"
git push origin main