We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 837c32a commit 0ebcf9fCopy full SHA for 0ebcf9f
terracumber_config/tf_files/variables/build-validation-variables.tf
@@ -115,6 +115,7 @@ variable "SERVER_CONTAINER_REPOSITORY" {
115
}
116
117
variable "SERVER_ADDITIONAL_REPOS" {
118
+ type = map(string)
119
description = "extra server repositories in the form {label = url}"
120
default = {}
121
@@ -126,6 +127,7 @@ variable "PROXY_CONTAINER_REPOSITORY" {
126
127
128
129
variable "PROXY_ADDITIONAL_REPOS" {
130
131
description = "extra proxy repositories in the form {label = url}"
132
133
0 commit comments