Skip to content

Commit e5cf3af

Browse files
authored
Install out of tree openstack builder plugin
Hashicorp OpenStack builder plugin is now out-of-tree and doesn't get shipped with Packer by default. List it as an explicit dependency.
1 parent b9c474f commit e5cf3af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packer/openstack.pkr.hcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ packer {
77
version = ">= 0.3.2"
88
source = "github.com/ethanmdavidson/git"
99
}
10+
openstack = {
11+
version = ">= 1.0.0"
12+
source = "github.com/hashicorp/openstack"
13+
}
1014
}
1115
}
1216

0 commit comments

Comments
 (0)