remove references to ServiceAccountEmail

This commit is contained in:
Matthew Hooker 2017-04-03 11:22:00 -07:00
parent 77dc8b84c1
commit bce03492d9
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
2 changed files with 36 additions and 38 deletions

View File

@ -73,7 +73,6 @@ type InstanceConfig struct {
Preemptible bool
Region string
Scopes []string
ServiceAccountEmail string
Subnetwork string
Tags []string
Zone string

View File

@ -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,