Skip to content

Commit

Permalink
docs: Updated the README
Browse files Browse the repository at this point in the history
  • Loading branch information
tfhartmann committed Sep 5, 2019
1 parent ea8b4b6 commit 0784627
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,11 @@ The subnets list contains maps, where each object represents a subnet. Each map
| subnet_region | The region where the subnet will be created | string | - | yes |
| subnet_private_access | Whether this subnet will have private Google access enabled | string | false | no |
| subnet_flow_logs | Whether the subnet will record and send flow log data to logging | string | false | no |
| description | The description of the subnet being created | string | null | no |

### Route Inputs

The routes list contains maps, where each object represents a route. For the next_hop__ inputs, only one is possible to be used in each route. Having two next_hop__ inputs will produce an error. Each map has the following inputs (please see examples folder for additional references):
The routes list contains maps, where each object represents a route. For the next_hop** inputs, only one is possible to be used in each route. Having two next_hop** inputs will produce an error. Each map has the following inputs (please see examples folder for additional references):

| Name | Description | Type | Default | Required |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :----: | :-----: | :------: |
Expand Down

0 comments on commit 0784627

Please sign in to comment.