An open API service indexing awesome lists of open source software.

https://github.com/quortex/terraform-azurerm-network

A terraform module for Quortex infrastructure Azure network layer.
https://github.com/quortex/terraform-azurerm-network

azure terraform

Last synced: 2 months ago
JSON representation

A terraform module for Quortex infrastructure Azure network layer.

Awesome Lists containing this project

README

          

[![Quortex][logo]](https://quortex.io)
# 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][registry_tf_azurerm_network].

Get all our terraform modules on [Terraform Registry][registry_tf_modules] or on [Github][github_tf_modules] !

## 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

```hcl
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.

- [terraform-azurerm-aks-cluster][registry_tf_azurerm_aks_cluster] - A terraform module for Quortex infrastructure AKS cluster layer.

- [terraform-azurerm-load-balancer][registry_tf_azurerm_load_balancer] - A terraform module for Quortex infrastructure Azure load balancing layer.

- [terraform-azurerm-storage][registry_tf_azurerm_storage] - A terraform module for Quortex infrastructure Azure persistent storage layer.

## Help

**Got a question?**

File a GitHub [issue](https://github.com/quortex/terraform-azurerm-network/issues) or send us an [email][email].

[logo]: https://storage.googleapis.com/quortex-assets/logo.webp
[email]: mailto:info@quortex.io
[infra_azure]: https://storage.googleapis.com/quortex-assets/infra_azure_001.jpg
[registry_tf_modules]: https://registry.terraform.io/modules/quortex
[registry_tf_azurerm_network]: https://registry.terraform.io/modules/quortex/network/azurerm
[registry_tf_azurerm_aks_cluster]: https://registry.terraform.io/modules/quortex/aks-cluster/azurerm
[registry_tf_azurerm_load_balancer]: https://registry.terraform.io/modules/quortex/load-balancer/azurerm
[registry_tf_azurerm_storage]: https://registry.terraform.io/modules/quortex/storage/azurerm
[github_tf_modules]: https://github.com/quortex?q=terraform-