You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -179,8 +179,8 @@ Please consult the [GoDoc](https://pkg.go.dev/github.com/scaleway/scaleway-sdk-g
179
179
180
180
-`pn_id` - (Required) The ID of the private network.
181
181
-`enable_ipam` - (Optional) Whether the endpoint should be configured with IPAM. Defaults to `false` if `ip_net` is defined, `true` otherwise.
182
-
-`ip_net` - (Optional) The IP network address within the private subnet. This must be an IPv4 address with a CIDR notation.
183
-
The IP network address within the private subnet is determined by the IP Address Management (IPAM) service if not set.
182
+
-`ip_net` - (Optional) The IP network address within the private subnet. This must be an IPv4 address with a CIDR notation. If not set, The IP network address within the private subnet is determined by the IP Address Management (IPAM) service.
183
+
-`enable_ipam` - (Optional) If true, the IP network address within the private subnet is determined by the IP Address Management (IPAM) service.
184
184
185
185
~> **NOTE:** Please calculate your host IP using [cidrhost](https://developer.hashicorp.com/terraform/language/functions/cidrhost). Otherwise, let IPAM service
@@ -66,9 +91,8 @@ The following arguments are supported:
66
91
67
92
-`private_network` - (Optional) Create an endpoint in a private network.
68
93
-`private_network_id` - (Required) UUID of the private network to be connected to the read replica.
69
-
-`service_ip` - (Optional) The IP network address within the private subnet. This must be an IPv4 address with a
70
-
CIDR notation. The IP network address within the private subnet is determined by the IP Address Management (IPAM)
71
-
service if not set.
94
+
-`service_ip` - (Optional) The IP network address within the private subnet. This must be an IPv4 address with a CIDR notation. If not set, The IP network address within the private subnet is determined by the IP Address Management (IPAM) service.
95
+
-`enable_ipam` - (Optional) If true, the IP network address within the private subnet is determined by the IP Address Management (IPAM) service.
72
96
73
97
-`same_zone` - (Defaults to `true`) Defines whether to create the replica in the same availability zone as the main instance nodes or not.
74
98
@@ -96,6 +120,7 @@ they are of the form `{region}/{id}`, e.g. `fr-par/11111111-1111-1111-1111-11111
96
120
-`port` - TCP port of the endpoint.
97
121
-`name` - Name of the endpoint.
98
122
-`hostname` - Hostname of the endpoint. Only one of ip and hostname may be set.
123
+
-`enable_ipam` - Indicates whether the IP is managed by IPAM.
0 commit comments