Skip to content

Commit 5efc8eb

Browse files
authored
Merge pull request #586 from ovh/dev/aamstutz/fix-iploadbalancing-tcp-farm
fix: Allow update of field stickiness on resource ovh_iploadbalancing_tcp_farm
2 parents 08c9e50 + 85b34df commit 5efc8eb

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)