Skip to content

Commit 85b34df

Browse files
author
Arthur Amstutz
committed
fix: Allow update of field stickiness on resource ovh_iploadbalancing_tcp_farm
1 parent 08c9e50 commit 85b34df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ovh/types_iploadbalancing.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ type IpLoadbalancingFarmCreateOrUpdateOpts struct {
122122
DisplayName *string `json:"displayName,omitempty"`
123123
Port *int `json:"port,omitempty"`
124124
Probe *IpLoadbalancingFarmBackendProbe `json:"probe,omitempty"`
125-
Stickiness *string `json:"stickiness,omitempty"`
125+
Stickiness *string `json:"stickiness"`
126126
VrackNetworkId *int64 `json:"vrackNetworkId,omitempty"`
127127
Zone string `json:"zone"`
128128
}

0 commit comments

Comments
 (0)