Skip to content

Commit d694589

Browse files
modular-magicianrileykarson
authored andcommitted
Add back Computed to subnetwork datasource's self_link (#3156)
<!-- This change is generated by MagicModules. --> /cc @rileykarson
1 parent 77c086d commit d694589

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google/data_source_google_compute_subnetwork.go

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ func dataSourceGoogleComputeSubnetwork() *schema.Resource {
1919
"self_link": {
2020
Type: schema.TypeString,
2121
Optional: true,
22+
Computed: true,
2223
},
2324
"description": {
2425
Type: schema.TypeString,

0 commit comments

Comments
 (0)