Skip to content

Commit 4d38299

Browse files
authored
Merge pull request #912 from ovh/dev/aamstutz/fix-cloud-loadbalancer
fix: Right API calls and schema for cloud_project_loadbalancer
2 parents 75094fe + fba45b1 commit 4d38299

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)