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