mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-11 15:39:33 -05:00
cli: pass AWS state disk type to terraform
This commit is contained in:
parent
dd007f4772
commit
58d083a433
@ -100,6 +100,7 @@ func (c *Creator) createAWS(ctx context.Context, cl terraformClient, config *con
|
||||
CountWorkers: workerCount,
|
||||
StateDiskSizeGB: config.StateDiskSizeGB,
|
||||
},
|
||||
StateDiskType: config.Provider.AWS.StateDiskType,
|
||||
Region: config.Provider.AWS.Region,
|
||||
Zone: config.Provider.AWS.Zone,
|
||||
InstanceType: insType,
|
||||
|
Loading…
Reference in New Issue
Block a user