This repository contains Terraform configurations for deploying a scalable and secure infrastructure on Azure.
modules/: Contains reusable Terraform modules for each component of the infrastructure.environments/: Environment-specific configurations (e.g.,prod,stage).
- Terraform v1.x
- Azure CLI
-
Clone the repository:
git clone https://github.com/luifa7/recommendooiac.git -
Initialize terraform:
cd recommendooiac/environments/prod terraform init -
Apply the configuration:
terraform apply