Skip to content

Commit

Permalink
make email computed for GCE default service account (#1690)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymye authored Jun 22, 2018
1 parent d9fa83f commit 2015b4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion google/data_source_google_compute_default_service_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
}
Expand Down

0 comments on commit 2015b4a

Please sign in to comment.