Files
linode_instance/variable.booted.tf

5 lines
56 B
Terraform

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