Files
linode_instance/variable.booted.tf
T

6 lines
152 B
Terraform

variable "booted" {
default = true
description = "If true, then the instance is kept or converted into a running state."
type = bool
}