Skip to content

Commit 131ac9e

Browse files
committed
update readme
1 parent 0c672f9 commit 131ac9e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,18 @@ Functional examples are included in the
2626

2727
| Name | Description | Type | Default | Required |
2828
|------|-------------|:----:|:-----:|:-----:|
29-
| bucket\_name | The name of the bucket to create | string | n/a | yes |
30-
| project\_id | The project ID to deploy to | string | n/a | yes |
29+
| bgp | BGP information specific to this router. | any | `"null"` | no |
30+
| name | Name of the router | string | n/a | yes |
31+
| nats | NATs to deploy on this router. | any | `<list>` | no |
32+
| network | A reference to the network to which this router belongs | string | n/a | yes |
33+
| project | The project ID to deploy to | string | n/a | yes |
34+
| region | Region where the router resides | string | n/a | yes |
3135

3236
## Outputs
3337

3438
| Name | Description |
3539
|------|-------------|
36-
| bucket\_name | |
40+
| router | The created router |
3741

3842
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
3943

0 commit comments

Comments
 (0)