6 lines
152 B
Terraform
6 lines
152 B
Terraform
variable "private_ip" {
|
|
default = true
|
|
description = "If true, the created Linode will have private networking enabled."
|
|
type = bool
|
|
}
|