Skip to content

Commit

Permalink
fixed resourceNetworkUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfmnk committed Jul 26, 2024
1 parent 2f667d5 commit bb78146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudconnexa/resource_network.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ func resourceNetworkUpdate(ctx context.Context, d *schema.ResourceData, m interf
oldMap["vpn_region_id"].(string) != newMap["vpn_region_id"].(string) {

newConnector := cloudconnexa.Connector{
Id: d.Id(),
Id: oldMap["id"].(string),
Name: newMap["name"].(string),
VpnRegionId: newMap["vpn_region_id"].(string),
NetworkItemType: "NETWORK",
Expand Down

0 comments on commit bb78146

Please sign in to comment.