π Packed with reusable, well-documented Terraform modules to streamline your infrastructure as code. Perfect for DevOps pros looking to boost efficiency and maintainability π.
Caution
This repository is incubating. As part of Uniques goal to accommodate industry-standards, Unique will slowly strive to industry-standardize its delivery process. Unique is welcoming feedback and contributions to help shape the future of this repository and its release and delivery. Log an issue or get in touch with your Unique SPOC.
# select a specific tag
module "module_name" {
source = "git::https://github.com/unique-ag/terraform-modules.git//modules/azure/module?depth=1&ref=module/module-version"
}
# where 'module_name' is a model name of your choice and 'module' an actual module of this repository.
Before using any module, you should get familiar with the design principles of this repository as well as the glossary in there.
Each module contains an example
folder, wherein you can see how to use the module.
Head over to the security policy to learn more about our security policy!
Caution
Unique strives to maintain the highest security standards. None the less, these modules might not adhere to your companies security standards. Please review the modules before using them in production. It is strictly advised to check with your internal IT teams if they offer company-internal modules that are compliant with your companies security standards.