Skip to content

Commit 233ea36

Browse files
committed
make packer FIP vars clearer than packer docs
1 parent cf6bcac commit 233ea36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packer/openstack.pkr.hcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ variable "floating_ip_network" {
104104

105105
variable "floating_ip" {
106106
type = string
107+
description = "ID of pre-existing FIP to attach. Note floating_ip_network is not required when using this"
107108
default = null
108109
}
109110

0 commit comments

Comments
 (0)