linode_instance/variable.booted.tf

5 lines
56 B
HCL

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