Skip to content

Commit

Permalink
fix: referencing an unavailable linux server
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 bfcad92 commit 5cdb714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/modules/bastion/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ resource "azurerm_linux_virtual_machine" "example" {

source_image_reference {
publisher = "Canonical"
offer = "UbuntuServer"
sku = "22.04-LTS"
offer = "0001-com-ubuntu-server-jammy"
sku = "22_04-lts-gen2"
version = "latest"
}

Expand Down

0 comments on commit 5cdb714

Please sign in to comment.