Skip to content

Commit

Permalink
Merge pull request #22 from redpanda-data/add-fedora-37
Browse files Browse the repository at this point in the history
Add Fedora 37 support.
  • Loading branch information
r-vasquez authored May 16, 2024
2 parents 25875ea + a44fa2f commit 618841c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ data "aws_ami" "ami" {
"ubuntu/images/hvm-ssd/ubuntu-*-arm64-server-*",
"Fedora-Cloud-Base-*.x86_64-hvm-us-west-2-gp2-0",
"Fedora-Cloud-Base-*.aarch64-hvm-us-west-2-gp2-0",
"Fedora-Cloud-Base-*.aarch64-hvm-us-west-2-standard",
"debian-*-amd64-*",
"debian-*-hvm-x86_64-gp2-*'",
"amzn2-ami-hvm-2.0.*-x86_64-gp2",
Expand Down
2 changes: 1 addition & 1 deletion vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ variable "distro_ssh_user" {
"Fedora-Cloud-Base-34" = "fedora"
"Fedora-Cloud-Base-35" = "fedora"
"Fedora-Cloud-Base-36" = "fedora"
#"Fedora-Cloud-Base-37" = "fedora"
"Fedora-Cloud-Base-37" = "fedora"
"ubuntu-bionic" = "ubuntu"
"ubuntu-focal" = "ubuntu"
"ubuntu-hirsute" = "ubuntu"
Expand Down

0 comments on commit 618841c

Please sign in to comment.