🏗️ New to this repository? Start with .github/AGENTS.md for AI agents and Project_Architecture_Blueprint.md for architecture navigation.
⚠️ This is a community-maintained continuation of the Azure CAF modules. This solution is offered by the Open-Source community and is not supported by Microsoft. It's a community effort to keep the project alive and up to date. If you want to support the project, please consider contributing with code, documentation or any other way you can.
This module allows you to create resources on Microsoft Azure, is used by the Azure Terraform SRE to provision resources in an Azure subscription and can deploy resources being directly invoked from the Terraform registry.
- Setup your environment using the following guide Getting Started or you use it online with GitHub Codespaces.
- Access to an Azure subscription.
This module can be used inside 📚 Azure Terraform Landing zones, or can be used as standalone, directly from the Terraform registry
module "caf" {
source = "aztfmodnew/caf/azurerm"
version = "~>4.26.0"
# insert the 7 required variables here
}Fill the variables as needed and documented, there is a quick example here or complete example here.
For a complete set of examples you can review the full library here.
The full documentation for all modules, usage, and dependency diagrams is published automatically:
Every merge to the main branch automatically updates the documentation site.
Feel free to open an issue for feature or bug, or to submit a PR, Please check out the WIKI for coding standards, common patterns and PR checklist.
You can also reach us on GitHub Discussions.
This project welcomes contributions and suggestions.