Skip to content

Commit

Permalink
Change default OS to Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
MallocArray committed Nov 25, 2024
1 parent e5d67ff commit 32fa262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
}

Expand Down

0 comments on commit 32fa262

Please sign in to comment.