diff --git a/variables.tf b/variables.tf index c2c79a0..cf2bf6b 100644 --- a/variables.tf +++ b/variables.tf @@ -64,7 +64,7 @@ variable "operating_system" { } variable "operating_system_version" { - default = "22.04" + default = "24.04" description = "Version name of the specified OS, such as '22.04'" }