Skip to content

Commit

Permalink
Merge pull request #1582 from aslafy-z/patch-3
Browse files Browse the repository at this point in the history
fix: update packer qemu plugin name
  • Loading branch information
k8s-ci-robot authored Oct 12, 2024
2 parents 4861ac5 + 1315f9a commit e902ac1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/capi/packer/oci/config.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
packer {
required_plugins {
vultr = {
oracle = {
source = "github.com/hashicorp/oracle"
version = "~> 1.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion images/capi/packer/outscale/config.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
packer {
required_plugins {
vultr = {
outscale = {
source = "github.com/outscale/outscale"
version = "~> 1.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion images/capi/packer/qemu/config.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
packer {
required_plugins {
vultr = {
qemu = {
source = "github.com/hashicorp/qemu"
version = "~> 1.1.0"
}
Expand Down

0 comments on commit e902ac1

Please sign in to comment.