Skip to content

Commit

Permalink
feat: upgrade jumphost to 22.04 LTS Ubuntu
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Klingenberg <[email protected]>
  • Loading branch information
fredrkl committed Nov 14, 2023
1 parent 3313e91 commit bfcad92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/bastion/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ resource "azurerm_linux_virtual_machine" "example" {
source_image_reference {
publisher = "Canonical"
offer = "UbuntuServer"
sku = "18.04-LTS"
sku = "22.04-LTS"
version = "latest"
}

Expand Down

0 comments on commit bfcad92

Please sign in to comment.