avm-res-compute-gallery

Azure/avm-res-compute-gallery/azurerm

Terraform Module HCL AZURERM ✓ Verified

AVM Terraform module for Compute gallery

Install
module "avm-res-compute-gallery" {
source = "Azure/avm-res-compute-gallery/azurerm"
version = "0.2.0"
}
⭐ Source on GitHub 📦 Registry page
README

terraform-azurerm-avm-template This is a template repo for Terraform Azure Verified Modules. Things to do: 1. Set up a GitHub repo environment called test. 1. Configure environment protection rule to ensure that approval is required before deploying to this environment. 1. Create a user-assigned managed identity in your test subscription. 1. Create a role assignment for the managed identity on your test subscription, use the minimum required role. 1. Configure federated identity credentials on the user assigned managed identity. Use the GitHub environment. 1. Search and update TODOs within the code and remove the TODO comments once complete. > [!IMPORTANT] > As the overall AVM framework is not GA (generally available) yet - the CI framework and test automation is not fully functional and i

Inputs (11)
NameTypeDescriptionDefault
locationstring(Required) Azure region where the resource should be deployed. required
namestring(Required) Specifies the name of the Shared Image Gallery. Changing this forces required
resource_group_namestringThe resource group where the resources will be deployed. required
descriptionstring(Optional) The description of the shared image gallerynull
enable_telemetryboolThis variable controls whether or not telemetry is enabled for the module. For mtrue
tagsmap(string)(Optional) Tags of the resource.null
lockobject({ kind = string Controls the Resource Lock configuration for this resource. The following propernull
role_assignmentsmap(object({ role_definitiA map of role assignments to create on the Key Vault. The map key is deliberatel{}
shared_image_definitionsmap(object({ name = stringA map to create on the Key shared image definitions - `name` - (Required) Specif{}
sharingobject({ permission = striA sharing object that supports the following: - `permission` - (Required) The penull
timeoutsobject({ create = optional - `create` - (Defaults to 60 minutes) Used when creating the Shared Image Gallenull
Outputs (2)
name — The name of the Image Gallery.
resource_id — The id of the Image Gallery.
Resources (6)
azurerm_management_lockazurerm_role_assignmentazurerm_shared_imageazurerm_shared_image_gallerymodtm_telemetryrandom_uuid
Details
FrameworkTerraform Module
LanguageHCL
Version0.2.0
Cloud AZURERM
★ Stars0
Forks6
Total downloads65.9k
Inputs11
Outputs2
Resources6
Examples2
LicenseMIT
NamespaceAzure
Updated