Files
linode_instance/variable.private_ip.tf
T

5 lines
60 B
Terraform

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