Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added doc support for endpoint gateway identifier into security group target. #3649

Merged
merged 1 commit into from
Mar 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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