shared_image_gallery/image_definitions¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurecaf_name.image_name["azurecaf_name.image_name"]
azurerm_shared_image.image["azurerm_shared_image.image"]
azurerm_shared_image.image --> azurecaf_name.image_name
Module Reference¶
Category: shared_image_gallery
Path: modules/shared_image_gallery/image_definitions
Azure Resources: azurecaf_name, azurerm_shared_image
Inputs¶
| Name | Description | Type | Required | Default | Validation |
|---|---|---|---|---|---|
diagnostics |
any |
yes | - |
- | |
client_config |
Client configuration object (see module README.md). | any |
yes | - |
- |
global_settings |
any |
yes | - |
- | |
settings |
The settings for the Azure resource. | any |
yes | - |
- |
gallery_name |
any |
yes | - |
- | |
resource_group |
Resource group object | any |
yes | - |
- |
base_tags |
Base tags for the resource to be inherited from the resource group. | bool |
yes | - |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
name |
- | azurerm_shared_image.image.name |
|
id |
- | azurerm_shared_image.image.id |
Sources¶
modules/shared_image_gallery/image_definitions/Image_definitions.tfmodules/shared_image_gallery/image_definitions/locals.tfmodules/shared_image_gallery/image_definitions/main.tfmodules/shared_image_gallery/image_definitions/outputs.tfmodules/shared_image_gallery/image_definitions/variables.tf