mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-24 22:20:40 -04:00
cli: pass AWS state disk type to terraform
This commit is contained in:
parent
dd007f4772
commit
58d083a433
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ func (c *Creator) createAWS(ctx context.Context, cl terraformClient, config *con
|
||||||
CountWorkers: workerCount,
|
CountWorkers: workerCount,
|
||||||
StateDiskSizeGB: config.StateDiskSizeGB,
|
StateDiskSizeGB: config.StateDiskSizeGB,
|
||||||
},
|
},
|
||||||
|
StateDiskType: config.Provider.AWS.StateDiskType,
|
||||||
Region: config.Provider.AWS.Region,
|
Region: config.Provider.AWS.Region,
|
||||||
Zone: config.Provider.AWS.Zone,
|
Zone: config.Provider.AWS.Zone,
|
||||||
InstanceType: insType,
|
InstanceType: insType,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue