Devops stuffs about terraform, k8s, azure...
Secure, tested, documented and free to use (by refer the modules or copy them for your projects !)
- Azure, Kubernetes and helm modules
- All modules are tested with last version of terraform and providers
- Checked with checkov
- Tested with terraform test framework (terraform test)
- Documentation generated for each module (with terraform-docs)
(sample for commit ref 8d898691b4001e0fe5de3c97d7c7fe2183adb70a and module az-iam)
module "dns_zone_vnet_link_blob" {
source = "git::https://github.com/using-system/devops.git//terraform/modules/az-iam?ref=8d898691b4001e0fe5de3c97d7c7fe2183adb70a"
}
(sample for commit release 1.1.0 and module az-iam)
module "dns_zone_vnet_link_blob" {
source = "git::https://github.com/using-system/devops.git//terraform/modules/az-iam?ref=1.1.0"
}