Files
linode_instance/variable.booted.tf
T

5 lines
56 B
Terraform

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