Skip to content

A terraform module for Quortex infrastructure Azure persistent storage layer.

License

Notifications You must be signed in to change notification settings

quortex/terraform-azurerm-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A terraform module for Quortex infrastructure Azure persistent storage layer.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages