Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.38 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.38 KB

Terraform Azure Modules

This repository contains Terraform modules for deploying infrastructure on Azure. It includes modules for creating Azure Kubernetes Service (AKS) clusters, Virtual Networks (VNet), and the backend infrastructure for Terraform state management.

Modules

Getting Started

To use these modules, you need to have Terraform installed and configured for Azure. Each module's directory contains specific instructions on how to use it.

  1. Clone this repository to your local machine.
  2. Navigate to the module you wish to deploy (e.g., cd aks).
  3. Follow the instructions in the module's README.md file.

Prerequisites

  • An Azure account
  • Terraform 1.5.4 or later

License

This project is licensed under the Apache License - see the LICENSE file for details.