chore(e2e): Fix ubuntu image (#6513)

pull/6521/head
Michael Li 1 month ago committed by GitHub
parent b732dd5d74
commit a95de2d3fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -109,7 +109,7 @@ data "aws_ami" "ubuntu" {
filter {
name = "name"
values = ["hc-base-ubuntu-2204-*"]
values = ["hc-base-ubuntu-2404-*"]
}
filter {

Loading…
Cancel
Save