mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-04 07:15:05 -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,
|
||||
StateDiskSizeGB: config.StateDiskSizeGB,
|
||||
},
|
||||
StateDiskType: config.Provider.AWS.StateDiskType,
|
||||
Region: config.Provider.AWS.Region,
|
||||
Zone: config.Provider.AWS.Zone,
|
||||
InstanceType: insType,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue