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

https://github.com/arne-vl/terraform-azurerm-dls

Terraform module that creates a storage account with bronze, silver and gold containers.
https://github.com/arne-vl/terraform-azurerm-dls

Last synced: 3 months ago
JSON representation

Terraform module that creates a storage account with bronze, silver and gold containers.

Awesome Lists containing this project

README

        

# Azure DLS Medallion
This Terraform module creates a storage account in Azure with 3 containers in it: `bronze`, `silver` and `gold`.

## Usage
```
module "dls" {
source = "arne-vl/dls/azurerm"
version = "1.1.1"
# insert the 3 required variables here
}
```