diff --git a/google/data_source_google_compute_default_service_account.go b/google/data_source_google_compute_default_service_account.go index 0c1cb85a..01093b3e 100644 --- a/google/data_source_google_compute_default_service_account.go +++ b/google/data_source_google_compute_default_service_account.go @@ -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, }, }, }