Skip to content

Commit

Permalink
doc support for endpoint gateway identifier
Browse files Browse the repository at this point in the history
doc support for endpoint gateway identifier
  • Loading branch information
BShrivastav authored and hkantare committed Mar 9, 2022
1 parent 4390206 commit 13b9c06
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion website/docs/r/is_security_group_target.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 13b9c06

Please sign in to comment.