cosmetics

This commit is contained in:
Laurent Gourvenec 2024-01-24 16:23:20 +01:00
parent 492dbfa3af
commit e5420fb516
4 changed files with 11 additions and 11 deletions

View File

@ -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)
})) }))
} }