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.
- Host: GitHub
- URL: https://github.com/arne-vl/terraform-azurerm-dls
- Owner: arne-vl
- Created: 2025-02-24T11:59:47.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-24T15:51:52.000Z (3 months ago)
- Last Synced: 2025-02-24T16:49:48.848Z (3 months ago)
- Language: HCL
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
}
```