Skip to content

Instantly share code, notes, and snippets.

@jose-almir
Created April 24, 2024 23:20
Show Gist options
  • Save jose-almir/6ff6ff5b88d89fc07512cd81834e35e8 to your computer and use it in GitHub Desktop.
Save jose-almir/6ff6ff5b88d89fc07512cd81834e35e8 to your computer and use it in GitHub Desktop.
ubuntu_2204 = {
"publisher": "Canonical",
"offer": "0001-com-ubuntu-server-jammy",
"sku": "22_04-lts",
"version": "latest",
}
windows_server2019 = {
"publisher": "MicrosoftWindowsServer",
"offer": "WindowsServer",
"sku": "2019-datacenter-gensecond",
"version": "latest",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment