Skip to content

Commit

Permalink
Update OS Image version
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu committed Dec 18, 2024
1 parent b83f80c commit d7df456
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform/do/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ variable "do_instance_type" {
}

variable "do_image" {
default = "ubuntu-22-04-x64"
default = "ubuntu-24-04-x64"
}

variable "zip_file_id" {
description = "Google drive ID"
type = string
#default = "xxxxxxx"
}

0 comments on commit d7df456

Please sign in to comment.