Adding vars for the new bastion host
This commit is contained in:
@@ -36,8 +36,20 @@ variable cluster {
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
variable personal {
|
||||
type = object({
|
||||
namespace = string
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
variable bastion {
|
||||
type = object({
|
||||
plan = string
|
||||
os = string
|
||||
label = string
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user