Skip to content

Commit

Permalink
Update admin vm
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamir Kamara committed Dec 23, 2024
1 parent ea0a998 commit e97ea62
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion templates/shared_services/admin-vm/porter.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
schemaVersion: 1.0.0
name: tre-shared-service-admin-vm
version: 0.5.0
version: 0.5.1
description: "An admin vm shared service"
dockerfile: Dockerfile.tmpl
registry: azuretre
Expand Down
4 changes: 2 additions & 2 deletions templates/shared_services/admin-vm/terraform/admin-jumpbox.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ resource "azurerm_windows_virtual_machine" "jumpbox" {

source_image_reference {
publisher = "MicrosoftWindowsDesktop"
offer = "windows-10"
sku = "win10-21h2-pro-g2"
offer = "windows-11"
sku = "win11-24h2-pro"
version = "latest"
}

Expand Down
4 changes: 2 additions & 2 deletions templates/shared_services/admin-vm/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "=3.112.0"
version = "=3.117.0"
}
random = {
source = "hashicorp/random"
version = "=3.4.3"
version = "=3.6.3"
}
}

Expand Down

0 comments on commit e97ea62

Please sign in to comment.