gen-virtual-machine-linux
Latest: v2.2.0
Category
Compute
Total Versions
4
Last Updated
2/3/2026
Release History
v2.2.0 Latest
Changes:
- • Updated module so you can optionally set the os_disk_size_gb parameter to set thesize of the OS disk in GB. If not specified, Azure will use the default size for the image.
- • This is a non-breaking change. If you currently don't have this set and don't change anything, no changes will happen.
- • Merged PR 16136: Add os_disk_size_gb variable to configure OS disk size for the virtual machine
v2.1.0
Changes:
- • Merged PR 15567: Updated main.tf
v2.0.1
Changes:
- • Added variable group
- • Changed releasenote branch to main
- • Changed PR template without skip
- • Added IPMhub publish
- • Merged PR 12217: Update pull request template and YAML configuration for improved clarity and...
v2.0.0
Changes:
- • It will create the following:
- • Entra ID group for Bastion access for specific VM (SG_Azure_R_[vm name]_Bastion)
- • Entra ID group with reader RBAC permissions on VM
- • Entra ID group with reader RBAC permissions on NIC
- • Add the Entra ID group for Bastion access as a member to the two VM/NIC reader groups
- • Add the Entra ID group for Bastion access to the SG_Azure_R_Bastion_Reader group as deployed by the Bastion module
- • Add the Entra ID group for Bastion access to the reader group of the spoke VNET as (optionally) deployed by the vnet module
- • To create the groups via the module you need to:
- • Set the create_bastion_groups parameter to true. If not set, no groups will be created.
- • Set the bastion_reader_group_id parameter with the ID of the SG_Azure_R_Bastion_Reader group
- • Set the bastion_spoke_vnet_reader_group_id parameter with the ID of the Entra ID reader group of the VNET where the VM resides
- • The bastion_reader group is deployed by default when rolling out a Bastion host via our module. The Entra ID reader group of the VNET where the VM resides can be deployed optionally via the VNET module.
- • Merged PR 11567: UpdateModule
- • Updated pipeline and pull request template to work with the simacsupport releasenote website.
- • Update tflint to latest version.