Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/erasmolpa/terraform-azure-storage-module
- Owner: erasmolpa
- Created: 2023-12-02T17:21:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-03T09:55:45.000Z (about 1 year ago)
- Last Synced: 2024-10-31T22:21:51.773Z (3 months ago)
- Topics: azure, terraform
- Language: HCL
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.