Make variables variable, add watched_enabled
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
variable "booted" {
|
||||
default = true
|
||||
type = bool
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
variable "booted" {
|
||||
default = true
|
||||
type = bool
|
||||
}
|
||||