diff --git a/docs/data-sources/compute_instance.md b/docs/data-sources/compute_instance.md index dc742e43..5c9aabf6 100644 --- a/docs/data-sources/compute_instance.md +++ b/docs/data-sources/compute_instance.md @@ -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* → An array of one or more security group ids to associate with the server.
**New since v0.7.3**. - `security_groups` *set of* *string* → An array of security group names associated with this server. diff --git a/docs/resources/compute_instance.md b/docs/resources/compute_instance.md index 3022e6c6..070af3f2 100644 --- a/docs/resources/compute_instance.md +++ b/docs/resources/compute_instance.md @@ -288,7 +288,7 @@ Also, the user_data option can be set to the contents of a script file using the - `scheduler_hints` optional → Provide the Nova scheduler with hints on how the instance should be launched. The available hints are described below. - `group` optional *string* → A UUID of a Server Group. The instance will be placed into that group. -- `security_group_ids` optional *set of* *string* → 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.
**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* → 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.
**Note:** When attaching the instance to networks using Ports, place the security groups on the Port and not the instance.
**New since v0.7.3**. - `security_groups` optional deprecated *set of* *string* → 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.
**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.