email is variable, not string
This commit is contained in:
parent
3c63c04c11
commit
35c7d37f40
|
@ -551,7 +551,7 @@ func resourceComputeInstanceTemplateCreate(d *schema.ResourceData, meta interfac
|
|||
}
|
||||
|
||||
serviceAccount := &compute.ServiceAccount{
|
||||
Email: "email",
|
||||
Email: email,
|
||||
Scopes: scopes,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue