File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments