gen-virtual-machine-linux
Latest: v2.0.1
Category
Compute
Total Versions
2
Last Updated
11/20/2025
Release History
v2.0.1 Latest
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.