From c4ed037f14cefe5c052b80631d28b761b1d7ba50 Mon Sep 17 00:00:00 2001 From: Zadkiel AHARONIAN Date: Thu, 10 Oct 2024 19:06:37 +0200 Subject: [PATCH 1/3] fix: update packer qemu plugin name --- images/capi/packer/qemu/config.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/capi/packer/qemu/config.pkr.hcl b/images/capi/packer/qemu/config.pkr.hcl index 0edcd10d15..5fd19dfba2 100644 --- a/images/capi/packer/qemu/config.pkr.hcl +++ b/images/capi/packer/qemu/config.pkr.hcl @@ -1,6 +1,6 @@ packer { required_plugins { - vultr = { + qemu = { source = "github.com/hashicorp/qemu" version = "~> 1.1.0" } From b828257354d4e0f08b9d025beda0cab550d880a4 Mon Sep 17 00:00:00 2001 From: Zadkiel AHARONIAN Date: Thu, 10 Oct 2024 19:08:15 +0200 Subject: [PATCH 2/3] Update config.pkr.hcl --- images/capi/packer/oci/config.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/capi/packer/oci/config.pkr.hcl b/images/capi/packer/oci/config.pkr.hcl index 6b6ba63008..dbbb9bd934 100644 --- a/images/capi/packer/oci/config.pkr.hcl +++ b/images/capi/packer/oci/config.pkr.hcl @@ -1,6 +1,6 @@ packer { required_plugins { - vultr = { + oracle = { source = "github.com/hashicorp/oracle" version = "~> 1.1.0" } From 1315f9a5033d24dfc16183aa2adbc6e91d93ae02 Mon Sep 17 00:00:00 2001 From: Zadkiel AHARONIAN Date: Thu, 10 Oct 2024 19:08:37 +0200 Subject: [PATCH 3/3] Update config.pkr.hcl --- images/capi/packer/outscale/config.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/capi/packer/outscale/config.pkr.hcl b/images/capi/packer/outscale/config.pkr.hcl index 8342ee3bf7..a505af4e3e 100644 --- a/images/capi/packer/outscale/config.pkr.hcl +++ b/images/capi/packer/outscale/config.pkr.hcl @@ -1,6 +1,6 @@ packer { required_plugins { - vultr = { + outscale = { source = "github.com/outscale/outscale" version = "~> 1.2.0" }