Skip to content

Commit

Permalink
fix(routing_table) : document fix for routing table
Browse files Browse the repository at this point in the history
  • Loading branch information
uibm committed Jan 24, 2022
1 parent e588feb commit 751d30a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions website/docs/d/is_vpc_default_routing_table.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Review the argument references that you can specify for your data source.
In addition to the argument reference list, you can access the following attribute references after your data source is created.

- `created_at` - (Timestamp) The date and time that the default routing table was created.
- `default_routing_table` - (String) The unique identifier for the default routing table.
- `default_routing_table` - (String) The unique identifier for this routing table.
- `href` - (String) The routing table URL.
- `id` - (String) The unique ID for the default routing table.
- `id` - (String) The unique identifier for this routing table. Same as `default_routing_table`.
- `is_default` - (String) Indicates the default routing table for this VPC.
- `lifecycle_state` - (String) The lifecycle state of the routing table.
- `name` - (String) The name for the default routing table.
Expand Down
5 changes: 3 additions & 2 deletions website/docs/r/is_vpc_routing_table.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ resource "ibm_is_vpc_routing_table" "test_ibm_is_vpc_routing_table" {
## Argument reference
Review the argument references that you can specify for your resource.

- `created_at` - (Timestamp) The date and time when the routing table was created.
- `name` - (Optional, String) The routing table name.
- `route_direct_link_ingress` - (Optional, Bool) If set to **true**, the routing table is used to route traffic that originates from Direct Link to the VPC. To succeed, the VPC must not already have a routing table with the property set to **true**.
- `route_transit_gateway_ingress` - (Optional, Bool) If set to **true**, the routing table is used to route traffic that originates from Transit Gateway to the VPC. To succeed, the VPC must not already have a routing table with the property set to **true**.
Expand All @@ -51,11 +52,11 @@ Review the argument references that you can specify for your resource.
In addition to all argument reference list, you can access the following attribute reference after your resource is created.

- `href` - (String) The routing table URL.
- `id` - (String) The routing table ID. The ID is composed of `<vpc_id>/<vpc_route_table_id>` of the VPC route.
- `id` - (String) The unique identifier of the routing table. The ID is composed of `<vpc_id>/<vpc_routing_table_id>`.
- `is_default` - (String) Indicates the default routing table for this VPC.
- `lifecycle_state` - (String) The lifecycle state of the routing table.
- `resource_type` - (String) The resource type.
- `routing_table` - (String) The generated routing table ID.
- `routing_table` - (String) The unique routing table identifier.
- `routes` - (List) The routes for the routing table.

Nested scheme for `routes`:
Expand Down

0 comments on commit 751d30a

Please sign in to comment.