Skip to content

storage_account/management_policy

Overview

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

Dependency diagram (Mermaid)

graph TD azurerm_storage_management_policy.mgmt_policy["azurerm_storage_management_policy.mgmt_policy"]

Module Reference

Category: storage_account
Path: modules/storage_account/management_policy
Azure Resources: azurerm_storage_management_policy

Inputs

Name Description Type Required Default Validation
settings The settings for the Azure Storage Management Policy. This object should define the rules, filters, and actions for t... any yes - -
storage_account_id The ID of the Azure Storage Account to which the management policy will be applied. Example: "/subscriptions/00000000... string yes - -

Outputs

No outputs defined.

Sources

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