Skip to content

Commit d9c70ff

Browse files
committed
fix: use official Fedora dl mirror for boot image
1 parent 69c2c1a commit d9c70ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ data "sops_file" "secret_vars" {
44

55
locals {
66
# Use direct mirror that provides Content-Length header (required by libvirt provider)
7-
boot_image_url = "https://mirror.arizona.edu/fedora/linux/releases/42/Cloud/x86_64/images/Fedora-Cloud-Base-Generic-42-1.1.x86_64.qcow2"
7+
boot_image_url = "https://dl.fedoraproject.org/pub/fedora/linux/releases/42/Cloud/x86_64/images/Fedora-Cloud-Base-Generic-42-1.1.x86_64.qcow2"
88
}
99

1010
module "runner" {

0 commit comments

Comments
 (0)