Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 2.29 KB

README.md

File metadata and controls

63 lines (41 loc) · 2.29 KB

Quortex

terraform-azurerm-storage

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 !

Created resources

This module creates the following resources on Azure:

  • a storage account
  • a list of storage containers

Usage example

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"]
}

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.