mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-30 08:26:55 -05: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
|
|
@ -11,6 +11,7 @@ go_library(
|
|||
"patch.go",
|
||||
"rollback.go",
|
||||
"terminate.go",
|
||||
"terraform.go",
|
||||
"validators.go",
|
||||
],
|
||||
importpath = "github.com/edgelesssys/constellation/v2/cli/internal/cloudcmd",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue