Skip to content

storage_account/queue

Overview

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

Dependency diagram (Mermaid)

graph TD azurerm_storage_queue.queue["azurerm_storage_queue.queue"]

Module Reference

Category: storage_account
Path: modules/storage_account/queue
Azure Resources: azurerm_storage_queue

Inputs

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

Outputs

Name Description Sensitive Value
name The name of the Storage Queue. - azurerm_storage_queue.queue.name
id The ID of the Storage Queue. - azurerm_storage_queue.queue.id

Sources

  • modules/storage_account/queue/outputs.tf
  • modules/storage_account/queue/queue.tf
  • modules/storage_account/queue/variables.tf