This commit is contained in:
2023-11-26 11:54:04 -06:00
parent d23e3ed9cd
commit 74ee55599f
2 changed files with 11 additions and 3 deletions

View File

@@ -19,3 +19,8 @@ variable "OCTOAPI" {
variable "OCTO_TENANT_ID" {
type = string
}
variable "Development" {
type = bool
default = false
}