Skip to content

doc: usage clarification #2806

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/resources/instance_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ To retrieve more information by label please use: ```scw marketplace image get l

- `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.

~> **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.

- `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.


Expand Down
2 changes: 2 additions & 0 deletions docs/resources/lb.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ The following arguments are supported:

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

~> **Important:** Make sure to use a [`scaleway_lb_ip`](./lb_ip.md) resource to create the IPs.

- `ip_id` - (Deprecated) The ID of the associated Load Balancer IP. See below.

~> **Important:** Updates to `ip_id` will recreate the Load Balancer.
Expand Down
Loading