Skip to content

Commit 2015b4a

Browse files
authored
make email computed for GCE default service account (#1690)
1 parent d9fa83f commit 2015b4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

google/data_source_google_compute_default_service_account.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ func dataSourceGoogleComputeDefaultServiceAccount() *schema.Resource {
1010
Schema: map[string]*schema.Schema{
1111
"email": {
1212
Type: schema.TypeString,
13-
Optional: true,
13+
Computed: true,
1414
},
1515
"project": {
1616
Type: schema.TypeString,
1717
Optional: true,
18+
Computed: true,
1819
},
1920
},
2021
}

0 commit comments

Comments
 (0)