Skip to content

Commit

Permalink
undo tf changes to test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsagtani97 committed Oct 10, 2023
1 parent 124d044 commit fe74360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/environment/hcloud.vars.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "hcloud_image" {
default = "ubuntu-22.04"
default = "ubuntu-18.04"
}

variable "hcloud_location" {
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/sft/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ variable "server_type_stale" {
}

variable "image" {
default = "ubuntu-22.04"
default = "ubuntu-18.04"
}

variable "location" {
Expand Down

0 comments on commit fe74360

Please sign in to comment.