ClusterAPI.imageBuilder/packer/nutanix/config.pkr.hcl

9 lines
142 B
HCL
Raw Permalink Normal View History

2023-02-22 20:24:42 +00:00
packer {
required_plugins {
nutanix = {
version = ">= 0.3.1"
source = "github.com/nutanix-cloud-native/nutanix"
}
}
}