We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6076e65 commit ac64decCopy full SHA for ac64dec
1 file changed
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://dl.fedoraproject.org/pub/fedora/linux/releases/43/Cloud/x86_64/images/Fedora-Cloud-Base-Generic-43-1.6.x86_64.qcow2?v=2"
+ boot_image_url = "https://dl.fedoraproject.org/pub/fedora/linux/releases/43/Cloud/x86_64/images/Fedora-Cloud-Base-Generic-43-1.6.x86_64.qcow2?v=3"
8
}
9
10
module "runner" {
0 commit comments