This repository contains Terraform configurations for provisioning infrastructure on AWS cloud.
To get started with this project, follow these steps:
- Install Terraform on your local machine.
- Clone this repository to your local machine.
- Customize the Terraform configurations to match your requirements.
- Run
terraform init
to initialize the project. - Run
terraform plan
to review the planned changes. - Run
terraform apply
to apply the Terraform configurations and provision the infrastructure.
main.tf
: Main Terraform configuration file.variables.tf
: Terraform variable definitions.outputs.tf
: Terraform output definitions.terraform.tfstate
: Terraform state file (ignore in version control).README.md
: This file.
Contributions are welcome! Please fork this repository and submit a pull request with your changes.
This project is licensed - see the LICENSE file for details.