Adding vars for the new bastion host
This commit is contained in:
parent
a6123dd7e2
commit
12831fbaf3
@ -36,8 +36,20 @@ variable cluster {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
variable personal {
|
variable personal {
|
||||||
type = object({
|
type = object({
|
||||||
namespace = string
|
namespace = string
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
variable bastion {
|
||||||
|
type = object({
|
||||||
|
plan = string
|
||||||
|
os = string
|
||||||
|
label = string
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -16,4 +16,12 @@ cluster = {
|
|||||||
|
|
||||||
personal = {
|
personal = {
|
||||||
namespace = "athens-main"
|
namespace = "athens-main"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bastion = {
|
||||||
|
plan = "vc2-1c-2gb"
|
||||||
|
label = "bastion"
|
||||||
|
os = "1743"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user