Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aztfmod/terraform-azurerm-caf
Terraform supermodule for the Terraform platform engineering for Azure
https://github.com/aztfmod/terraform-azurerm-caf
azure terraform
Last synced: about 2 months ago
JSON representation
Terraform supermodule for the Terraform platform engineering for Azure
- Host: GitHub
- URL: https://github.com/aztfmod/terraform-azurerm-caf
- Owner: aztfmod
- License: mit
- Created: 2020-07-24T03:58:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T15:29:57.000Z (2 months ago)
- Last Synced: 2024-10-31T19:12:30.615Z (2 months ago)
- Topics: azure, terraform
- Language: HCL
- Homepage: https://aztfmod.github.io/documentation/
- Size: 9.05 MB
- Stars: 555
- Watchers: 21
- Forks: 703
- Open Issues: 372
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - aztfmod/terraform-azurerm-caf - Terraform supermodule for the Terraform platform engineering for Azure (HCL)
README
# Cloud Adoption Framework for Azure - Terraform module
> :warning: This solution, offered by the Open-Source community, will no longer receive contributions from Microsoft. Customers are encouraged to transition to [Microsoft Azure Verified Modules](https://aka.ms/avm) for Microsoft support and updates.
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.
## Prerequisites
- Setup your **environment** using the following guide [Getting Started](https://github.com/aztfmod/caf-terraform-landingzones/blob/master/documentation/getting_started/getting_started.md) or you use it online with [GitHub Codespaces](https://github.com/features/codespaces).
- Access to an **Azure subscription**.## Getting started
This module can be used inside [:books: Azure Terraform Landing zones](https://aztfmod.github.io/documentation/), or can be used as standalone, directly from the [Terraform registry](https://registry.terraform.io/modules/aztfmod/caf/azurerm/)
```terraform
module "caf" {
source = "aztfmod/caf/azurerm"
version = "~>5.5.0"
# insert the 7 required variables here
}
```Fill the variables as needed and documented, there is a [quick example here](https://github.com/aztfmod/terraform-azurerm-caf/tree/master/examples/standalone.md).
For a complete set of examples you can review the [full library here](https://github.com/aztfmod/terraform-azurerm-caf/tree/master/examples).
## Community
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.](https://github.com/aztfmod/terraform-azurerm-caf/wiki)
You can also reach us on [Gitter](https://gitter.im/aztfmod/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
## Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit .When you submit a pull request, a CLA bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.