diff --git a/hack/terraform/azure/variables.tf b/hack/terraform/azure/variables.tf index 6923531e..f24eecdd 100644 --- a/hack/terraform/azure/variables.tf +++ b/hack/terraform/azure/variables.tf @@ -93,12 +93,12 @@ variable "azure_vm_os_types_agented" { init = "init_script_ubuntu.sh" }, { - name = "rhel-host3" - offer = "RHEL-SAP-HA" - publisher = "RedHat" - sku = "8_4" - init = "init_script_rhel.sh" - } + name = "ubuntu-host3" + offer = "0001-com-ubuntu-server-focal" + publisher = "Canonical" + sku = "20_04-lts-gen2" + init = "init_script_ubuntu.sh" + }, ] }