netapp/pool¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurecaf_name.pool["azurecaf_name.pool"]
azurerm_netapp_pool.pool["azurerm_netapp_pool.pool"]
module.volumes["module.volumes"]
azurerm_netapp_pool.pool --> azurecaf_name.pool
module.volumes --> azurerm_netapp_pool.pool
Module Reference¶
Category: netapp
Path: modules/netapp/pool
Azure Resources: azurecaf_name, azurerm_netapp_pool
Inputs¶
| Name | Description | Type | Required | Default | Validation |
|---|---|---|---|---|---|
"global_settings" |
any |
yes | - |
- | |
"client_config" |
"Client configuration object (see module README.md)." | any |
yes | - |
- |
"settings" |
"The settings for the Azure resource." | any |
yes | - |
- |
"resource_group_name" |
any |
yes | - |
- | |
"location" |
any |
yes | - |
- | |
"account_name" |
any |
yes | - |
- | |
"vnets" |
any |
yes | - |
- | |
"base_tags" |
any |
no | {} |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
"pool" |
- | azurerm_netapp_pool.pool |
|
"volumes" |
- | module.volumes |
Sources¶
modules/netapp/pool/main.tfmodules/netapp/pool/outputs.tfmodules/netapp/pool/pool.tfmodules/netapp/pool/variables.tf