Skip to content

Commit 49f4a30

Browse files
authored
Merge pull request #207 from stackhpc/fix/packer-defaults
Fix packer build defaults
2 parents 82208d1 + c91d239 commit 49f4a30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packer/openstack.pkr.hcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ variable "ssh_keypair_name" {
4242

4343
variable "security_groups" {
4444
type = list(string)
45+
default = []
4546
}
4647

4748
variable "image_visibility" {
@@ -51,10 +52,12 @@ variable "image_visibility" {
5152

5253
variable "ssh_bastion_host" {
5354
type = string
55+
default = ""
5456
}
5557

5658
variable "ssh_bastion_username" {
5759
type = string
60+
default = ""
5861
}
5962

6063
variable "ssh_bastion_private_key_file" {

0 commit comments

Comments
 (0)