We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c2c1a commit d9c70ffCopy full SHA for d9c70ff
main.tf
@@ -4,7 +4,7 @@ data "sops_file" "secret_vars" {
4
5
locals {
6
# 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"
+ 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"
8
}
9
10
module "runner" {
0 commit comments