variable "addresses" { type = "list" default = [] description = "IP addresses to assign to the boostrap node." } variable "base_volume_id" { type = "string" description = "The ID of the base volume for the bootstrap node." } variable "cluster_name" { type = "string" description = "The name of the cluster." } variable "network_id" { type = "string" description = "The ID of a network resource containing the bootstrap node's addresses." } variable "ssh_key" { type = "string" description = "ssh public key" }