Skip to content

Commit

Permalink
feat: update vlan description in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
robgolley committed Feb 7, 2022
1 parent a2df54c commit 985aa78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/dl_provider_gateway.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Review the argument reference that you can specify for your resource.
- `name` - (Required, String) The unique user-defined name for this gateway. Example: `myGateway`.
- `port` - (Required, Forces new resource, String) The gateway port for type to connect gateway.
- `speed_mbps`- (Required, Integer) The gateway speed in megabits per second. For example, `10.254.30.78/30`.
- `vlan` - (Integer) The VLAN to assign for `type=connect` gateways.
- `vlan` - (Integer) VLAN requested for this gateway.


## Attribute reference
Expand All @@ -53,7 +53,7 @@ In addition to all argument reference list, you can access the following attribu
- `operational_status` - (String) The gateway operational status. Supported values are`configuring`, `create_pending`, `create_rejected`, `delete_pending`, `provisioned`.
- `port` - (String) The gateway port for `type=connect` gateways.
- `provider_api_managed` - (String) Indicates whether the gateway changes need to be made via a provider portal.
- `vlan` - (String) The VLAN allocated for the gateway. You can set only for `type=connect` gateways created directly through the IBM portal.
- `vlan` - (String) VLAN requested for this gateway.

## Import
The `ibm_dl_provider_gateway` resource can be imported by using gateway ID.
Expand Down

0 comments on commit 985aa78

Please sign in to comment.