A terraform module for Quortex infrastructure Azure persistent storage layer.
It provides a set of resources necessary to provision the Quortex infrastructure persistent storage 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 storage account
- a list of storage containers
module "storage" {
source = "quortex/storage/azurerm"
# Globally used variables.
location = local.resource_group_location
resource_group_name = local.resource_group_name
storage_account_name = "quortex"
storage_containers = ["mezzanine", "encoded"]
}
This project is part of our terraform modules to provision a Quortex infrastructure for Microsoft Azure.
Check out these related projects.
-
terraform-azurerm-network - A terraform module for Quortex infrastructure network layer.
-
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.
Got a question?