mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-05 07:45:27 -04:00
cli: remove debug env check for AWS (#460)
This commit is contained in:
parent
cf36b85ff9
commit
309a4b5196
4 changed files with 0 additions and 37 deletions
|
@ -48,10 +48,6 @@ func (c *Creator) Create(ctx context.Context, provider cloudprovider.Provider, c
|
|||
) (clusterid.File, error) {
|
||||
switch provider {
|
||||
case cloudprovider.AWS:
|
||||
// TODO: Remove this once AWS is supported.
|
||||
if os.Getenv("CONSTELLATION_AWS_DEV") != "1" {
|
||||
return clusterid.File{}, fmt.Errorf("AWS isn't supported yet")
|
||||
}
|
||||
cl, err := c.newTerraformClient(ctx)
|
||||
if err != nil {
|
||||
return clusterid.File{}, err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue