9 lines
142 B
HCL
9 lines
142 B
HCL
|
packer {
|
||
|
required_plugins {
|
||
|
nutanix = {
|
||
|
version = ">= 0.3.1"
|
||
|
source = "github.com/nutanix-cloud-native/nutanix"
|
||
|
}
|
||
|
}
|
||
|
}
|