Skip to content

Commit

Permalink
Update resource_ibm_is_vpn_gateway_connections.go
Browse files Browse the repository at this point in the history
  • Loading branch information
uibm committed Oct 24, 2024
1 parent 4267a43 commit ce08f64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ibm/service/vpc/resource_ibm_is_vpn_gateway_connections.go
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,7 @@ func vpngwconUpdate(d *schema.ResourceData, meta interface{}, gID, gConnID strin

if d.HasChange("distribute_traffic") {
vpnGatewayConnectionPatchModel.DistributeTraffic = core.BoolPtr(d.Get("distribute_traffic").(bool))
hasChanged = true
}

if d.HasChange(isVPNGatewayConnectionName) {
Expand Down

0 comments on commit ce08f64

Please sign in to comment.