Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/erasmolpa/terraform-azure-storage-module


https://github.com/erasmolpa/terraform-azure-storage-module

azure terraform

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Requirements

No requirements.

## Providers

No providers.

## Modules

| Name | Source | Version |
|------|--------|---------|
| [az\_storage](#module\_az\_storage) | ./module | n/a |

## Resources

No resources.

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [account\_replication\_type](#input\_account\_replication\_type) | The storage account replication type | `string` | `"LRS"` | no |
| [account\_tier](#input\_account\_tier) | The storage account tier | `string` | `"Standard"` | no |
| [container\_access\_type](#input\_container\_access\_type) | The access type for the storage container | `string` | `"private"` | no |
| [container\_name](#input\_container\_name) | The name of the storage container | `any` | n/a | yes |
| [create\_service\_principal](#input\_create\_service\_principal) | Whether to create a service principal or not | `bool` | `false` | no |
| [location](#input\_location) | The location for all resources | `any` | n/a | yes |
| [resource\_group\_name](#input\_resource\_group\_name) | The name of the resource group | `any` | n/a | yes |
| [storage\_account\_name](#input\_storage\_account\_name) | The name of the storage account | `any` | n/a | yes |

## Outputs

No outputs.