Skip to content

Commit

Permalink
Merge pull request #243 from wilfriedroset/typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
yanndegat authored Feb 11, 2022
2 parents bb5e102 + 321a4a1 commit acb04d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/r/iploadbalancing_http_farm.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The following arguments are supported:
* `vrack_network_id` - Internal Load Balancer identifier of the vRack private network to attach to your farm, mandatory when your Load Balancer is attached to a vRack
* `zone` - (Required) Zone where the farm will be defined (ie. `GRA`, `BHS` also supports `ALL`)
* `probe` - define a backend healthcheck probe
* `type` - (Required) Valid values : `http`, `internal`, `mysql`, `oko`, `pgsql`, `smtp`, `tcp`
* `type` - (Required) Valid values : `http`, `internal`, `mysql`, `oco`, `pgsql`, `smtp`, `tcp`
* `interval` - probe interval, Value between 30 and 3600 seconds, default 30
* `match` - What to mach `pattern` against (`contains`, `default`, `internal`, `matches`, `status`)
* `port` - Port for backends to recieve traffic on.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/iploadbalancing_tcp_farm.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The following arguments are supported:
* `vrack_network_id` - Internal Load Balancer identifier of the vRack private network to attach to your farm, mandatory when your Load Balancer is attached to a vRack
* `zone` - (Required) Zone where the farm will be defined (ie. `GRA`, `BHS` also supports `ALL`)
* `probe` - define a backend healthcheck probe
* `type` - (Required) Valid values : `http`, `internal`, `mysql`, `oko`, `pgsql`, `smtp`, `tcp`
* `type` - (Required) Valid values : `http`, `internal`, `mysql`, `oco`, `pgsql`, `smtp`, `tcp`
* `interval` - probe interval, Value between 30 and 3600 seconds, default 30
* `match` - What to mach `pattern` against (`contains`, `default`, `internal`, `matches`, `status`)
* `port` - Port for backends to recieve traffic on.
Expand Down

0 comments on commit acb04d8

Please sign in to comment.