Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Sync Bot authored and schirevko committed May 20, 2024
1 parent 6ce2dae commit 727f9b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/compute_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ In addition to all arguments above, the following attributes are exported:

- `power_state` *string* → VM state

- `security_group_ids` *set of* *string* → An array of one or more security group ids to associate with the server.
- `security_group_ids` *set of* *string* &rarr; An array of one or more security group ids to associate with the server.<br>**New since v0.7.3**.

- `security_groups` *set of* *string* &rarr; An array of security group names associated with this server.

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/compute_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ Also, the user_data option can be set to the contents of a script file using the
- `scheduler_hints` optional &rarr; Provide the Nova scheduler with hints on how the instance should be launched. The available hints are described below.
- `group` optional *string* &rarr; A UUID of a Server Group. The instance will be placed into that group.

- `security_group_ids` optional *set of* *string* &rarr; An array of one or more security group ids to associate with the server. Changing this results in adding/removing security groups from the existing server. <br>**Note:** When attaching the instance to networks using Ports, place the security groups on the Port and not the instance.
- `security_group_ids` optional *set of* *string* &rarr; An array of one or more security group ids to associate with the server. Changing this results in adding/removing security groups from the existing server. <br>**Note:** When attaching the instance to networks using Ports, place the security groups on the Port and not the instance.<br>**New since v0.7.3**.

- `security_groups` optional deprecated *set of* *string* &rarr; An array of one or more security group names to associate with the server. Changing this results in adding/removing security groups from the existing server. <br>**Note:** When attaching the instance to networks using Ports, place the security groups on the Port and not the instance. **Deprecated** Configure `security_group_ids` instead.

Expand Down

0 comments on commit 727f9b7

Please sign in to comment.