module with flatten function

This commit is contained in:
Edward Viaene
2020-12-05 14:14:28 +01:00
parent 1aa03eeba5
commit ee39b3e84c
4 changed files with 63 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
variable "parameters" {
type = list(object({
prefix = string
parameters = list(object({
name = string
value = string
}))
}))
default = []
}