Skip to content
Snippets Groups Projects
Commit ceb9bec9 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Update the packer openstack plugin to be compatible with packer 1.9.4

parent 56ac5b28
No related branches found
No related tags found
1 merge request!26Fix packer openstack plugin error
packer {
required_plugins {
openstack = {
version = "~> 1"
source = "github.com/hashicorp/openstack"
}
}
}
source "openstack" "image" { source "openstack" "image" {
flavor = "${var.flavor}" flavor = "${var.flavor}"
image_name = "${var.build_image_name}" image_name = "${var.build_image_name}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment