mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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
Block a user