linode_instance/variable.private_ip.tf

5 lines
60 B
HCL

variable "private_ip" {
default = true
type = bool
}