diff --git a/website/docs/r/is_security_group_target.html.markdown b/website/docs/r/is_security_group_target.html.markdown index 91c5bb696a..126a7c87d0 100644 --- a/website/docs/r/is_security_group_target.html.markdown +++ b/website/docs/r/is_security_group_target.html.markdown @@ -12,6 +12,8 @@ description: |- This request adds a resource to an existing security group. The supplied target identifier can be: - A network interface identifier. - An application load balancer identifier. + - An endpoint gateway identifier. + When a target is added to a security group, the security group rules are applied to the target. A request body is not required, and if supplied, is ignored. For more information, about security group target, see [required permissions](https://cloud.ibm.com/docs/vpc?topic=vpc-resource-authorizations-required-for-api-and-cli-calls). **Note** @@ -40,7 +42,11 @@ resource "ibm_is_security_group_target" "example" { Review the argument references that you can specify for your resource. - `security_group` - (Required, Force new resource, String) The security group identifier. -- `target` - (Required, Force new resource, String) The security group target identifier. +- `target` - (Required, Force new resource, String) The security group target identifier. Could be one of the below: + - A network interface identifier. + - An application load balancer identifier. + - An endpoint gateway identifier. + ## Attribute reference In addition to all argument reference list, you can access the following attribute reference after your resource is created.