storage_account/blob¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurerm_storage_blob.blob["azurerm_storage_blob.blob"]
random_id.md5["random_id.md5"]
azurerm_storage_blob.blob --> random_id.md5
Module Reference¶
Category: storage_account
Path: modules/storage_account/blob
Azure Resources: azurerm_storage_blob, random_id
Inputs¶
| Name | Description | Type | Required | Default | Validation |
|---|---|---|---|---|---|
storage_account_name |
Specifies the name of the Storage Account. | string |
yes | - |
- |
storage_container_name |
Specifies the name of the Storage Container. | string |
yes | - |
- |
settings |
The settings for the Azure resource. | any |
yes | - |
- |
var_folder_path |
The path to the folder containing the variables file. | string |
yes | - |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
id |
The ID of the Storage Blob | - | azurerm_storage_blob.blob.id |
url |
The URL of the blob | - | azurerm_storage_blob.blob.url |
rbac_id |
The ID of the Storage Blob for role_mapping | - | azurerm_storage_blob.blob.id |
Sources¶
modules/storage_account/blob/module.tfmodules/storage_account/blob/outputs.tfmodules/storage_account/blob/variables.tf