Skip to content

Commit

Permalink
Fix more interace basic test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Prete committed Nov 3, 2022
1 parent d0fd311 commit 67f802b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ func resourceComputeRouterInterface() *schema.Resource {
Optional: true,
ForceNew: true,
DiffSuppressFunc: compareSelfLinkOrResourceName,
AtLeastOneOf: []string{"vpn_tunnel", "interconnect_attachment", "subnetwork"},
ConflictsWith: []string{"interconnect_attachment", "subnetwork"},
Description: `The name or resource link to the VPN tunnel this interface will be linked to. Changing this forces a new interface to be created. Only one of vpn_tunnel and interconnect_attachment can be specified.`,
},
Expand Down

0 comments on commit 67f802b

Please sign in to comment.