Skip to content

storage_account/encryption_scope

Overview

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

Dependency diagram (Mermaid)

graph TD azurerm_storage_encryption_scope.versioned["azurerm_storage_encryption_scope.versioned"] azurerm_storage_encryption_scope.versionless["azurerm_storage_encryption_scope.versionless"]

Module Reference

Category: storage_account
Path: modules/storage_account/encryption_scope
Azure Resources: azurerm_storage_encryption_scope

Inputs

Name Description Type Required Default Validation
client_config Client configuration object (see module README.md). any yes - -
settings Storage account object. any yes - -
storage_account_id Storage account resource id to attach the encryption scopes to. any yes - -
keyvault_keys combined_objects_keyvault_keys any no {} -

Outputs

No outputs defined.

Sources

  • modules/storage_account/encryption_scope/module.tf
  • modules/storage_account/encryption_scope/variables.tf