mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-28 15:01:52 +03:00
module with flatten function
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
variable "parameters" {
|
||||
type = list(object({
|
||||
prefix = string
|
||||
parameters = list(object({
|
||||
name = string
|
||||
value = string
|
||||
}))
|
||||
}))
|
||||
default = []
|
||||
}
|
||||
Reference in New Issue
Block a user