Skip to content

Commit

Permalink
Add note for security group field
Browse files Browse the repository at this point in the history
  • Loading branch information
lego963 committed Mar 23, 2021
1 parent 690b5fa commit 62647cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/resources/compute_instance_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,12 @@ The following arguments are supported:
Changing this creates a new server.

* `security_groups` - (Optional) An array of one or more security group names
or IDs (recommended) to associate with the server. Changing this results in adding/removing
to associate with the server. Changing this results in adding/removing
security groups from the existing server.

~> **Warning:** Names should be used and not IDs. Security group names should be **unique**
otherwise it will return an error.

-> When attaching the instance to networks using Ports,
place the security groups on the Port and not the instance.

Expand Down

0 comments on commit 62647cf

Please sign in to comment.