simplifying vars
This commit is contained in:
parent
ee2d502ca6
commit
1281ea8857
@ -36,21 +36,8 @@ variable cluster {
|
||||
})
|
||||
}
|
||||
|
||||
# variable admin_services {
|
||||
# type = object({
|
||||
# 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)
|
||||
# }))
|
||||
# })
|
||||
# }
|
||||
|
||||
variable personal {
|
||||
type = object({
|
||||
namespace = string
|
||||
})
|
||||
}
|
@ -13,3 +13,7 @@ cluster = {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
personal = {
|
||||
namespace = "athens-main"
|
||||
}
|
Loading…
Reference in New Issue
Block a user