Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SunithaGudisagarIBM1 committed Jan 24, 2022
1 parent fc2368b commit 753ff22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docs/d/is_virtual_endpoint_gateway.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ In addition to the argument reference list, you can access the following attribu
- `name` - (String) The target name.
- `resource_type` - (String) The resource type of the subnet reserved IP.
- `vpc` - (String) The VPC ID.
- `security_groups` - The security groups to use for this endpoint gateway.
- `security_groups` (List) - The security groups to use for this endpoint gateway.


2 changes: 1 addition & 1 deletion website/docs/d/is_virtual_endpoint_gateways.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ In addition to the argument reference list, you can access the following attribu
- `name` - (String) The endpoint gateway target name.
- `resource_type` - (String) The endpoint gateway target resource type.
- `vpc` - (String) The VPC ID.
- `security_groups` - The security groups to use for this endpoint gateway.
- `security_groups` (List) - The security groups to use for this endpoint gateway.

3 changes: 2 additions & 1 deletion website/docs/r/is_virtual_endpoint_gateway.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ Review the argument references that you can specify for your resource.

- `resource_group` - (Optional, Forces new resource, String) The resource group ID.
- `security_groups` - (Optional, list) The security groups to use for this endpoint gateway. If unspecified, the VPC's default security group is used.
**NOTE:** either of `ibm_is_security_group_target` resource or `security_groups` attribute should be used, both can't be use together. - `tags`- (Optional, Array of Strings) A list of tags associated with the instance.
**NOTE:** either of `ibm_is_security_group_target` resource or `security_groups` attribute should be used, both can't be use together.
- `tags`- (Optional, Array of Strings) A list of tags associated with the instance.
- `target` - (Required, List) The endpoint gateway target.

Nested scheme for `target`:
Expand Down

0 comments on commit 753ff22

Please sign in to comment.