Skip to content

Commit fba45b1

Browse files
author
Arthur Amstutz
committed
fix: Right API calls and schema for cloud_project_loadbalancer
1 parent 75094fe commit fba45b1

2 files changed

+65
-64
lines changed

ovh/resource_cloud_project_loadbalancer_gen.go

+53-64
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ovh/resource_cloud_project_loadbalancer_test.go

+12
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,18 @@ func TestAccCloudProjectLoadBalancer_basic(t *testing.T) {
4646
{
4747
port = "34568"
4848
protocol = "tcp"
49+
pool = {
50+
algorithm = "roundRobin"
51+
name = "TestPool"
52+
protocol = "http"
53+
members = [
54+
{
55+
name = "web"
56+
address = "1.2.3.4"
57+
protocol_port = 80
58+
}
59+
]
60+
}
4961
}
5062
]
5163
}

0 commit comments

Comments
 (0)