6 lines
152 B
Terraform
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
|
|
}
|