A terraform module for Quortex infrastructure Azure network layer.
It provides a set of resources necessary to provision the Quortex infrastructure network topology on Microsoft Azure.
This module is available on Terraform Registry.
Get all our terraform modules on Terraform Registry or on Github !
This module creates the following resources on Azure:
- a dedicated Virtual Network
- a subnet with dedicated ranges for AKS cluster
- a route table associated to AKS subnet
module "network" {
source = "quortex/network/azurerm"
# Globally used variables.
location = local.resource_group_location
resource_group_name = local.resource_group_name
name = "quortex"
}
This project is part of our terraform modules to provision a Quortex infrastructure for Microsoft Azure.
Check out these related projects.
-
terraform-azurerm-aks-cluster - A terraform module for Quortex infrastructure AKS cluster layer.
-
terraform-azurerm-load-balancer - A terraform module for Quortex infrastructure Azure load balancing layer.
-
terraform-azurerm-storage - A terraform module for Quortex infrastructure Azure persistent storage layer.
Got a question?