remove references to ServiceAccountEmail
This commit is contained in:
parent
77dc8b84c1
commit
bce03492d9
|
@ -73,7 +73,6 @@ type InstanceConfig struct {
|
|||
Preemptible bool
|
||||
Region string
|
||||
Scopes []string
|
||||
ServiceAccountEmail string
|
||||
Subnetwork string
|
||||
Tags []string
|
||||
Zone string
|
||||
|
|
|
@ -113,7 +113,6 @@ func (s *StepCreateInstance) Run(state multistep.StateBag) multistep.StepAction
|
|||
OnHostMaintenance: c.OnHostMaintenance,
|
||||
Preemptible: c.Preemptible,
|
||||
Region: c.Region,
|
||||
ServiceAccountEmail: c.Account.ClientEmail,
|
||||
Scopes: c.Scopes,
|
||||
Subnetwork: c.Subnetwork,
|
||||
Tags: c.Tags,
|
||||
|
|
Loading…
Reference in New Issue