avm-res-compute-hostgroup

Azure/avm-res-compute-hostgroup/azurerm

Terraform Module HCL AZURERM ✓ Verified

AVM Module for Compute Host groups, also known as Dedicated Host Groups

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

terraform-azurerm-avm-res-compute-hostgroup This is an AVM module to deploy dedicated host groups in Azure. To use this module in your Terraform configuration, you'll need to provide values for the required variables. Here's a basic example: `` module "azure_computehostgroup" { source = "./path_to_this_module" // ... mandatory variables ... dedicated_host_group_name = "dedicated_host_groupname" resource_group_name = "resource_group_name" location = "location" platform_fault_domain_count = 5 //acceptable values between 1 and 5 // ... other optional variables, see example ... } ` > [!IMPORTANT] > As the overall AVM framework is not GA (generally available) yet - the CI framework and test automation is not fully functional and implemented across all supported languages yet - breaking changes

Inputs (9)
NameTypeDescriptionDefault
locationstringThe location where the dedicated host group will be created. required
platform_fault_domain_countnumberThe number of fault domains that the host group can span. required
dedicated_host_group_namestringThe name of the dedicated host. required
resource_group_namestringThe resource group where dedicated host group will be deployed. required
dedicated_hostsmap(object({ name (Optional) A map of the hosts and their specifications in the Dedicated Host Gro{}
enable_telemetryboolThis variable controls whether or not telemetry is enabled for the module. For mtrue
zonestringThe Availability Zone for the Dedicated Host Group.null
automatic_placement_enabledboolWhether or not automatic placement is enabled for the host group.true
tagsmap(string)(Optional) Tags of the resourcenull
Outputs (4)
resource — All atrributes of the Dedicated Host group
resource_id — The resource ID of the Dedicated Host Group
host_ids — A map of the hosts in the Dedicated Host Group to the resource IDs
name — The name of the Dedicated Host Group
Resources (5)
azurerm_dedicated_hostazurerm_dedicated_host_groupazurerm_resource_groupmodtm_telemetryrandom_uuid
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.2
Cloud AZURERM
★ Stars0
Forks4
Total downloads1.9k
Inputs9
Outputs4
Resources5
Examples1
LicenseMIT
NamespaceAzure
Updated