objects non-nullable

This commit is contained in:
Erin Horning
2023-08-22 09:40:50 -06:00
parent 9a0f9f607f
commit 4885b8a7f9
2 changed files with 9 additions and 8 deletions

View File

@@ -154,7 +154,8 @@ variable "objects_to_upload" {
encryption_key = string
}))
}))
default = {}
default = {}
nullable = false
}
variable "prefix" {