Skip to content

compute/container_app_environment_storage

Overview

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

Dependency diagram (Mermaid)

graph TD azurerm_container_app_environment_storage.caes["azurerm_container_app_environment_storage.caes"]

Module Reference

Category: compute
Path: modules/compute/container_app_environment_storage
Azure Resources: azurerm_container_app_environment_storage

Inputs

Name Description Type Required Default Validation
base_tags Base tags for the resource to be inherited from the resource group. bool yes - -
client_config Client configuration object (see module README.md). any yes - -
global_settings any yes - -
combined_resources Provide a map of combined resources for environment_variables_from_resources any no {} -
remote_objects Remote objects configuration. any no {} -
settings The settings for the Azure resource. any yes - -
container_app_environment_id any yes - -

Outputs

Name Description Sensitive Value
id - azurerm_container_app_environment_storage.caes.id

Sources

  • modules/compute/container_app_environment_storage/container_app_environment_storage.tf
  • modules/compute/container_app_environment_storage/main.tf
  • modules/compute/container_app_environment_storage/outputs.tf
  • modules/compute/container_app_environment_storage/variables.tf