Skip to content

Commit bbbb9d6

Browse files
authored
Merge pull request ovh#375 from ovh/ava-proxy
fix: doc for proxy protocol version
2 parents e8bb1e9 + 83b0e6e commit bbbb9d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

website/docs/r/iploadbalancing_http_farm_server.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ resource "ovh_iploadbalancing_http_farm_server" "backend" {
3131
address = "4.5.6.7"
3232
status = "active"
3333
port = 80
34-
proxy_protocol_version = v2
34+
proxy_protocol_version = "v2"
3535
weight = 2
3636
probe = true
3737
ssl = false

website/docs/r/iploadbalancing_refresh.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ resource "ovh_iploadbalancing_tcp_farm_server" "backend" {
3131
address = "4.5.6.7"
3232
status = "active"
3333
port = 80
34-
proxy_protocol_version = v2
34+
proxy_protocol_version = "v2"
3535
weight = 2
3636
probe = true
3737
ssl = false

website/docs/r/iploadbalancing_tcp_farm_server.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ resource "ovh_iploadbalancing_tcp_farm_server" "backend" {
3131
address = "4.5.6.7"
3232
status = "active"
3333
port = 80
34-
proxy_protocol_version = v2
34+
proxy_protocol_version = "v2"
3535
weight = 2
3636
probe = true
3737
ssl = false

0 commit comments

Comments
 (0)