Skip to content

Commit

Permalink
fix: downgrade vsphere version
Browse files Browse the repository at this point in the history
  • Loading branch information
faiq committed Oct 12, 2023
1 parent 12a0c6f commit 0340cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/packer/manifests/vsphere/packer.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
packer {
required_plugins {
vsphere = {
version = ">= 1.0.8"
version = "= 1.1.2"
source = "github.com/hashicorp/vsphere"
}
ansible = {
Expand Down

0 comments on commit 0340cb0

Please sign in to comment.