make email computed for GCE default service account (#1690)

This commit is contained in:
emily 2018-06-22 10:42:39 -07:00 committed by GitHub
parent d9fa83f6db
commit 2015b4aac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,12 @@ func dataSourceGoogleComputeDefaultServiceAccount() *schema.Resource {
Schema: map[string]*schema.Schema{
"email": {
Type: schema.TypeString,
Optional: true,
Computed: true,
},
"project": {
Type: schema.TypeString,
Optional: true,
Computed: true,
},
},
}