Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azure/terraform-provider-alz
Azure Landing Zones Terraform provider
https://github.com/azure/terraform-provider-alz
azure-landing-zones terraform terraform-provider
Last synced: 2 months ago
JSON representation
Azure Landing Zones Terraform provider
- Host: GitHub
- URL: https://github.com/azure/terraform-provider-alz
- Owner: Azure
- License: mit
- Created: 2023-08-01T14:16:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T11:03:17.000Z (2 months ago)
- Last Synced: 2024-10-29T13:09:44.502Z (2 months ago)
- Topics: azure-landing-zones, terraform, terraform-provider
- Language: Go
- Homepage: https://registry.terraform.io/providers/Azure/alz/latest
- Size: 11.2 MB
- Stars: 17
- Watchers: 6
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: contributing/.gitkeep
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/Azure/terraform-provider-alz/badge)](https://scorecard.dev/viewer/?uri=github.com/Azure/terraform-provider-alz)
# Azure Landing Zones (ALZ) Terraform Provider
> ❗ ***Important*** ❗ This provider has been designed to work with the ALZ Terraform module. We suggest that you consume this provider from within the module, rather than directly in your Terraform configuration.
The ALZ Terraform Provider is primarily a data source provider for Azure Landing Zones.
It is used to generate data for the [Azure Landing Zones Terraform Module](https://github.com/Azure/terraform-azurerm-alz).It simplifies the task of creating Azure Management Group hierarchies, together with Azure Policy and authorization.
*This provider is built on the [Terraform Plugin Framework](https://github.com/hashicorp/terraform-plugin-framework).*
## Using the provider
See the associated [module documentation](https://github.com/Azure/terraform-azurerm-alz) and examples for how to use the provider.
## Developing the Provider
The [DEVELOPER.md](https://github.com/Azure/terraform-provider-alz/blob/main/DEVELOPER.md) file is a basic outline on how to build and develop the provider while more detailed guides geared towards contributors can be found in the /contributing directory of this repository.