Skip to content

Commit

Permalink
feat: add 39 and 41 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
gene-redpanda authored Nov 19, 2024
1 parent 7fb121a commit ff0286f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ variable "distro_ssh_user" {
"Fedora-Cloud-Base-35" = "fedora"
"Fedora-Cloud-Base-36" = "fedora"
"Fedora-Cloud-Base-37" = "fedora"
"Fedora-Cloud-Base-39" = "fedora"
"Fedora-Cloud-Base-41" = "fedora"
"ubuntu-bionic" = "ubuntu"
"ubuntu-focal" = "ubuntu"
"ubuntu-hirsute" = "ubuntu"
Expand Down Expand Up @@ -523,4 +525,4 @@ variable "prefix_list_ids" {
description = "a list of vpc endpoints (ex s3) that instances should have access to"
default = []
type = list(string)
}
}

0 comments on commit ff0286f

Please sign in to comment.