Are you looking for an easy way to manage your Azure cloud resources?
Azure CloudOps Control Tower is an open-source project that helps you set up and organize Azure infrastructure using Terraform. Itβs modular, supports multiple environments (dev, staging, prod), and comes with clear diagrams and reusable modules.
Features
- Modular Terraform code for Azure
- Works for networking, compute, storage, and security
- Supports multiple environments
- Includes architecture diagrams
- Open source and easy to customize
Get Started
-
Clone the repo:
git clone https://github.com/Danielconto/Azure-Cloudops-Control-Tower cd azure-cloudops-control-tower
Set up your variables:
Edit theterraform.tfvars
file to match your Azure setup.-
Deploy:
terraform init terraform plan terraform apply
Learn More
- GitHub Repository
- Each module has its own README for details and diagrams.
Feedback
Feel free to open issues or contribute!
Let me know what you think or how you use it in the comments below.
Top comments (0)