Pin and prune plugins

This commit is contained in:
Greg Hellings
2024-01-17 15:09:11 -06:00
parent 8e10b7fc66
commit 49ef1adc5b
+3 -7
View File
@@ -2,18 +2,14 @@ packer {
required_plugins {
qemu = {
source = "github.com/hashicorp/qemu"
version = "~> 1"
}
ansible = {
source = "github.com/hashicorp/ansible"
version = "~> 1"
version = "= 1.0.10"
}
vagrant = {
source = "github.com/hashicorp/vagrant"
version = "= 1.1.1"
}
vmware = {
version = ">= 1.0"
version = "= 1.0.11"
source = "github.com/hashicorp/vmware"
}
hyperv = {
@@ -22,7 +18,7 @@ packer {
}
virtualbox = {
source = "github.com/hashicorp/virtualbox"
version = "~> 1"
version = "= 1.0.5"
}
}
}