mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-21 21:44:39 -04:00
This reverts commit c7d12055d1
.
This commit is contained in:
parent
487fa1e397
commit
7388240943
23 changed files with 239 additions and 646 deletions
|
@ -240,7 +240,6 @@ func parseTerraformUpgradeVars(cmd *cobra.Command, conf *config.Config, fetcher
|
|||
IAMProfileControlPlane: conf.Provider.AWS.IAMProfileControlPlane,
|
||||
IAMProfileWorkerNodes: conf.Provider.AWS.IAMProfileWorkerNodes,
|
||||
Debug: conf.IsDebugCluster(),
|
||||
// TODO (AB#3235): decide how to handle EnableSNP during upgrades.
|
||||
}
|
||||
return targets, vars, nil
|
||||
case cloudprovider.Azure:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue