This repository contains Terraform configuration files for managing infrastructure.
-
Install Terraform
Download and install Terraform from terraform.io. -
Initialize the project
terraform init
-
Plan the deployment
terraform plan
-
Apply the configuration
terraform apply
- Sensitive files such as
.tfvars
and state files are excluded via.gitignore
. - Review and update variables as needed for your environment.
.tf
files: Terraform configuration.tfvars
: Variable definitions (not committed).terraform/
: Local Terraform data (not committed)