Skip to content

Commit 0ebcf9f

Browse files
committed
Add type definition
1 parent 837c32a commit 0ebcf9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

terracumber_config/tf_files/variables/build-validation-variables.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ variable "SERVER_CONTAINER_REPOSITORY" {
115115
}
116116

117117
variable "SERVER_ADDITIONAL_REPOS" {
118+
type = map(string)
118119
description = "extra server repositories in the form {label = url}"
119120
default = {}
120121
}
@@ -126,6 +127,7 @@ variable "PROXY_CONTAINER_REPOSITORY" {
126127
}
127128

128129
variable "PROXY_ADDITIONAL_REPOS" {
130+
type = map(string)
129131
description = "extra proxy repositories in the form {label = url}"
130132
default = {}
131133
}

0 commit comments

Comments
 (0)