We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f393922 + 997aef8 commit 68896e5Copy full SHA for 68896e5
packer/openstack.pkr.hcl
@@ -101,6 +101,11 @@ variable "floating_ip_network" {
101
default = null
102
}
103
104
+variable "manifest_output_path" {
105
+ type = string
106
+ default = "packer-manifest.json"
107
+}
108
+
109
variable "use_blockstorage_volume" {
110
type = bool
111
default = false
@@ -157,6 +162,7 @@ build {
157
162
158
163
159
164
post-processor "manifest" {
165
+ output = "${var.manifest_output_path}"
160
166
custom_data = {
161
167
source = "${source.name}"
168
@@ -181,6 +187,7 @@ build {
181
187
182
188
183
189
190
184
191
185
192
186
193
0 commit comments