Skip to content

Commit

Permalink
Merge pull request #83 from crayon/linuxpatch-01
Browse files Browse the repository at this point in the history
Add patch_mode to Linux VM
  • Loading branch information
molldk authored Jul 19, 2023
2 parents dfa05df + 7f39a8b commit 5904382
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vm_linux.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ resource "azurerm_linux_virtual_machine" "machine" {
size = var.vm_size
admin_username = var.admin_user.username
network_interface_ids = local.network_interface_ids
patch_assessment_mode = var.patch_mode
patch_mode = var.patch_mode

# If public_key is defined in var.admin_user, we add the ssh key.
# Otherwise, we set admin_password.
Expand Down

0 comments on commit 5904382

Please sign in to comment.