mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-20 04:04:21 -04:00
cli: use apply command to start mini cluster (#2551)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
4c8ce55e5a
commit
35abc3c354
4 changed files with 31 additions and 92 deletions
|
@ -159,6 +159,8 @@ const (
|
|||
EnvVarNoSpinner = EnvVarPrefix + "NO_SPINNER"
|
||||
// MiniConstellationUID is a sentinel value for the UID of a mini constellation.
|
||||
MiniConstellationUID = "mini"
|
||||
// MiniConstellationName is a sentinel value for the name of a mini constellation.
|
||||
MiniConstellationName = MiniConstellationUID + "-qemu"
|
||||
// TerraformLogFile is the file name of the Terraform log file.
|
||||
TerraformLogFile = "terraform.log"
|
||||
// TerraformUpgradeWorkingDir is the directory name for the Terraform workspace being used in an upgrade.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue