Fixed, added back environments to each instance, that way we can also create instances for already existing environments

This commit is contained in:
Miren Esnaola
2023-09-13 12:34:00 +02:00
parent 6818b23b53
commit fdb133f1de
8 changed files with 30 additions and 29 deletions

View File

@@ -56,7 +56,6 @@ variable "environments" {
}))
iam = optional(map(list(string)))
envgroups = optional(list(string))
regions = optional(list(string))
}))
default = {}
nullable = false
@@ -73,6 +72,7 @@ variable "instances" {
disk_encryption_key = optional(string)
consumer_accept_list = optional(list(string))
enable_nat = optional(bool, false)
environments = optional(list(string))
}))
validation {
condition = alltrue([