Skip to content

storage_account/file_share_directory

Overview

This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.

Dependency diagram (Mermaid)

graph TD azurerm_storage_share_directory.share_directory["azurerm_storage_share_directory.share_directory"]

Module Reference

Category: storage_account
Path: modules/storage_account/file_share_directory
Azure Resources: azurerm_storage_share_directory

Inputs

Name Description Type Required Default Validation
storage_share_id any yes - -
settings The settings for the Azure resource. any yes - -

Outputs

Name Description Sensitive Value
id - azurerm_storage_share_directory.share_directory.id
name - azurerm_storage_share_directory.share_directory.name

Sources

  • modules/storage_account/file_share_directory/directory.tf
  • modules/storage_account/file_share_directory/outputs.tf
  • modules/storage_account/file_share_directory/variables.tf