Terraform-azure-modules Alternatives
Similar projects and alternatives to terraform-azure-modules
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
terraform-azure-examples
Terraform examples on Microsoft Azure. How to manage Microsoft Azure resources with Terraform.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better terraform-azure-modules alternative or higher similarity.
terraform-azure-modules discussion
terraform-azure-modules reviews and mentions
Posts with mentions or reviews of terraform-azure-modules.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-05-19.
-
Terraform 1.15 on Azure: New Features Explained with Real Examples
variable "module_channel" { type = string default = "stable" const = true } locals { aks_sources = { stable = "git::https://github.com/Azure/terraform-azure-modules.git//modules/aks?ref=v1.0.0" next = "git::https://github.com/Azure/terraform-azure-modules.git//modules/aks?ref=v1.1.0-beta" } } module "aks" { source = local.aks_sources[var.module_channel] resource_group_name = azurerm_resource_group.platform.name location = azurerm_resource_group.platform.location }
- Anyone familiar with Terraform best practices published by Microsoft for Azure similar to this for AWS? https://aws-ia.github.io/standards-terraform/
Stats
Basic terraform-azure-modules repo stats
2
118
8.6
12 months ago
Azure/terraform-azure-modules is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of terraform-azure-modules is HCL.