Skip to content

Commit 679c7a8

Browse files
authored
doc(lb): update static_config code description (#1702)
1 parent 10b996b commit 679c7a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaleway/resource_lb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func resourceScalewayLb() *schema.Resource {
9898
Description: "The Private Network ID",
9999
},
100100
"static_config": {
101-
Description: "Define two IP addresses in the subnet of your private network that will be assigned for the principal and standby node of your load balancer.",
101+
Description: "Define an IP address in the subnet of your private network that will be assigned to your load balancer instance",
102102
Type: schema.TypeList,
103103
Optional: true,
104104
Elem: &schema.Schema{

0 commit comments

Comments
 (0)