Skip to content

Commit 37aea84

Browse files
authored
doc: usage clarification (#2806)
* doc: use scaleway_lb_ip for ip_ids of a scaleway_lb * doc: specify that a default security group can be created * fix: correct link
1 parent 698763e commit 37aea84

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/resources/instance_server.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ To retrieve more information by label please use: ```scw marketplace image get l
201201

202202
- `security_group_id` - (Optional) The [security group](https://www.scaleway.com/en/developers/api/instance/#path-security-groups-update-a-security-group9) the server is attached to.
203203

204+
~> **Important:** If you don't specify a security group, a default one will be created, which won't be tracked by Terraform unless you import it.
205+
204206
- `placement_group_id` - (Optional) The [placement group](https://www.scaleway.com/en/developers/api/instance/#path-security-groups-update-a-security-group the server is attached to.
205207

206208

docs/resources/lb.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ The following arguments are supported:
161161

162162
- `ip_ids` - (Optional) The List of IP IDs to attach to the Load Balancer.
163163

164+
~> **Important:** Make sure to use a [`scaleway_lb_ip`](./lb_ip.md) resource to create the IPs.
165+
164166
- `ip_id` - (Deprecated) The ID of the associated Load Balancer IP. See below.
165167

166168
~> **Important:** Updates to `ip_id` will recreate the Load Balancer.

0 commit comments

Comments
 (0)