Skip to content

Commit

Permalink
Remove computed from subnetwork
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Prete committed Nov 19, 2022
1 parent a170ff8 commit 01a8149
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ func resourceComputeRouterInterface() *schema.Resource {
"subnetwork": {
Type: schema.TypeString,
Optional: true,
Computed: true,
ForceNew: true,
DiffSuppressFunc: compareSelfLinkOrResourceName,
AtLeastOneOf: []string{"ip_range", "interconnect_attachment", "subnetwork", "vpn_tunnel"},
Expand Down

0 comments on commit 01a8149

Please sign in to comment.