Skip to content

A terraform module for Quortex infrastructure Azure network layer.

License

Notifications You must be signed in to change notification settings

quortex/terraform-azurerm-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quortex

terraform-azurerm-network

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 !

Created resources

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

Usage example

module "network" {
  source = "quortex/network/azurerm"

  # Globally used variables.
  location            = local.resource_group_location
  resource_group_name = local.resource_group_name
  name                = "quortex"
}

Related Projects

This project is part of our terraform modules to provision a Quortex infrastructure for Microsoft Azure.

infra_azure

Check out these related projects.

Help

Got a question?

File a GitHub issue or send us an email.

About

A terraform module for Quortex infrastructure Azure network layer.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages