From a734be5c00728ee9422b616bff20c110f8a69798 Mon Sep 17 00:00:00 2001 From: avh01 <106401285+avh01@users.noreply.github.com> Date: Thu, 30 Oct 2025 20:05:35 +0000 Subject: [PATCH] Updated README.md and changed `tags` Requred field to `no`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdeef60b..68ece721 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ The routes list contains maps, where each object represents a route. For the nex |------|-------------|:----:|:-----:|:-----:| | name | The name of the route being created | string | - | no | | description | The description of the route being created | string | - | no | -| tags | The network tags assigned to this route. This is a list in string format. Eg. "tag-01,tag-02"| string | - | yes | +| tags | The network tags assigned to this route. This is a list in string format. Eg. "tag-01,tag-02"| string | - | no | | destination\_range | The destination range of outgoing packets that this route applies to. Only IPv4 is supported | string | - | yes | next\_hop\_internet | Whether the next hop to this route will the default internet gateway. Use "true" to enable this as next hop | string | `"false"` | yes | | next\_hop\_ip | Network IP address of an instance that should handle matching packets | string | - | yes |