mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-28 15:40:49 -05:00
Create separate Terraform workspace directory
This commit is contained in:
parent
7f5a1dd901
commit
4a2cba988c
10 changed files with 50 additions and 60 deletions
|
|
@ -77,6 +77,8 @@ const (
|
|||
AdminConfFilename = "constellation-admin.conf"
|
||||
// MasterSecretFilename filename of Constellation mastersecret.
|
||||
MasterSecretFilename = "constellation-mastersecret.json"
|
||||
// TerraformWorkingDir is the directory name for the TerraformClient workspace.
|
||||
TerraformWorkingDir = "constellation-terraform"
|
||||
// ControlPlaneAdminConfFilename filepath to control plane kubernetes admin config.
|
||||
ControlPlaneAdminConfFilename = "/etc/kubernetes/admin.conf"
|
||||
// KubectlPath path to kubectl binary.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue