tf/asg: Update node template to Fedora 41
Some checks failed
dustin/dynk8s-provisioner/pipeline/head There was a failure building this commit

This commit is contained in:
2025-07-05 11:06:32 -05:00
parent e30b03dad5
commit ff67ddf8bf

View File

@@ -33,7 +33,7 @@ data "aws_ami" "latest-fedora" {
filter {
name = "name"
values = ["Fedora-Cloud-Base-AmazonEC2.aarch64-40-*"]
values = ["Fedora-Cloud-Base-AmazonEC2.aarch64-41-*"]
}
filter {