simplifying vars
This commit is contained in:
parent
ee2d502ca6
commit
1281ea8857
@ -36,21 +36,8 @@ variable cluster {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
# variable admin_services {
|
variable personal {
|
||||||
# type = object({
|
type = object({
|
||||||
# namespace = string
|
namespace = string
|
||||||
# configs = map(object({
|
})
|
||||||
# name = string
|
}
|
||||||
# image = string
|
|
||||||
# cpu = string
|
|
||||||
# mem = string
|
|
||||||
# port = object({
|
|
||||||
# notes = optional(string)
|
|
||||||
# internal = number
|
|
||||||
# expose = number
|
|
||||||
# })
|
|
||||||
# proto = optional(string)
|
|
||||||
# }))
|
|
||||||
# })
|
|
||||||
# }
|
|
||||||
|
|
@ -12,4 +12,8 @@ cluster = {
|
|||||||
tag = "athens-main"
|
tag = "athens-main"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
personal = {
|
||||||
|
namespace = "athens-main"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user