You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| export\_psc | Whether Private Service Connect transitivity is enabled for the hub |`bool`|`false`| no |
26
-
| hybrid\_spokes | VLAN attachments and VPN Tunnels that are associated with the spoke. Type must be one of `interconnect` and `vpn`. | <pre>map(object({<br> location = string<br> uris = set(string)<br> site_to_site_data_transfer = optional(bool, false)<br> type = string<br> description = optional(string, "Managed by Terraform")<br> labels = optional(map(string))<br> }))</pre> |`{}`| no |
27
-
| ncc\_hub\_description | The description of the NCC Hub |`string`|`"Managed by Terraform"`| no |
26
+
| hybrid\_spokes | VLAN attachments and VPN Tunnels that are associated with the spoke. Type must be one of `interconnect` and `vpn`. | <pre>map(object({<br> location = string<br> uris = set(string)<br> site_to_site_data_transfer = optional(bool, false)<br> type = string<br> description = optional(string)<br> labels = optional(map(string))<br> }))</pre> |`{}`| no |
27
+
| ncc\_hub\_description | The description of the NCC Hub |`string`|`null`| no |
28
28
| ncc\_hub\_labels | These labels will be added the NCC hub |`map(string)`|`{}`| no |
29
29
| ncc\_hub\_name | The Name of the NCC Hub |`string`| n/a | yes |
30
30
| project\_id | Project ID of the project that holds the network. |`string`| n/a | yes |
31
-
| router\_appliance\_spokes | Router appliance instances that are associated with the spoke. | <pre>map(object({<br> instances = set(object({<br> virtual_machine = string<br> ip_address = string<br> }))<br> location = string<br> site_to_site_data_transfer = optional(bool, false)<br> description = optional(string, "Managed by Terraform")<br> labels = optional(map(string))<br> }))</pre> |`{}`| no |
31
+
| router\_appliance\_spokes | Router appliance instances that are associated with the spoke. | <pre>map(object({<br> instances = set(object({<br> virtual_machine = string<br> ip_address = string<br> }))<br> location = string<br> site_to_site_data_transfer = optional(bool, false)<br> description = optional(string)<br> labels = optional(map(string))<br> }))</pre> |`{}`| no |
32
32
| spoke\_labels | These labels will be added to all NCC spokes |`map(string)`|`{}`| no |
33
-
| vpc\_spokes | VPC network that is associated with the spoke | <pre>map(object({<br> uri = string<br> exclude_export_ranges = optional(set(string))<br> description = optional(string, "Managed by Terraform")<br> labels = optional(map(string))<br> }))</pre> |`{}`| no |
33
+
| vpc\_spokes | VPC network that is associated with the spoke | <pre>map(object({<br> uri = string<br> exclude_export_ranges = optional(set(string))<br> description = optional(string)<br> labels = optional(map(string))<br> }))</pre> |`{}`| no |
0 commit comments