Files
linode_instance/variable.private_ip.tf
T

6 lines
152 B
Terraform

variable "private_ip" {
default = true
description = "If true, the created Linode will have private networking enabled."
type = bool
}