mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-03 06:44:50 -04:00
cli: unify terraform variable creation (#2119)
Before we defined the variables twice. Once for upgrades, once for create. Also move default node group names into a constant
This commit is contained in:
parent
f9391ed903
commit
cf822f7eee
19 changed files with 464 additions and 451 deletions
|
@ -158,6 +158,10 @@ const (
|
|||
TerraformUpgradeBackupDir = "terraform-backup"
|
||||
// UpgradeDir is the name of the directory being used for cluster upgrades.
|
||||
UpgradeDir = "constellation-upgrade"
|
||||
// ControlPlaneDefault is the name of the default control plane worker group.
|
||||
ControlPlaneDefault = "control_plane_default"
|
||||
// WorkerDefault is the name of the default worker group.
|
||||
WorkerDefault = "worker_default"
|
||||
|
||||
//
|
||||
// Kubernetes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue