Skip to content

Commit 78bf0c3

Browse files
sethsapersteinjasonwalsh
authored andcommitted
fix: secrets type to list(map(string)) (#45)
Closes #44
1 parent b3a9dd6 commit 78bf0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ variable "resourceRequirements" {
207207
variable "secrets" {
208208
default = []
209209
description = "The secrets to pass to the container"
210-
type = list(string)
210+
type = list(map(string))
211211
}
212212

213213
variable "systemControls" {

0 commit comments

Comments
 (0)