cosmetics
This commit is contained in:
parent
492dbfa3af
commit
e5420fb516
|
@ -37,13 +37,13 @@ variable "update_timeout" {
|
||||||
variable "deployments" {
|
variable "deployments" {
|
||||||
description = "Definition of what the user need to deploy"
|
description = "Definition of what the user need to deploy"
|
||||||
type = map(object({
|
type = map(object({
|
||||||
name = string
|
name = string
|
||||||
description = string
|
description = string
|
||||||
enabled = bool
|
enabled = bool
|
||||||
|
|
||||||
catalog_item_name = string
|
catalog_item_name = string
|
||||||
project_name = string
|
project_name = string
|
||||||
|
|
||||||
inputs = map(string)
|
inputs = map(string)
|
||||||
}))
|
}))
|
||||||
}
|
}
|
Loading…
Reference in New Issue