From c843b21858d8113056568353e0609b2009fd333f Mon Sep 17 00:00:00 2001 From: Billy Lynch Date: Tue, 16 Jan 2024 18:23:59 -0500 Subject: [PATCH] Update docs. --- modules/networking/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/networking/README.md b/modules/networking/README.md index 5cabe8ab..13e513f1 100644 --- a/modules/networking/README.md +++ b/modules/networking/README.md @@ -36,8 +36,8 @@ No requirements. | Name | Version | |------|---------| -| [google](#provider\_google) | n/a | -| [random](#provider\_random) | n/a | +| [google](#provider\_google) | 5.12.0 | +| [random](#provider\_random) | 3.6.0 | ## Modules @@ -62,6 +62,7 @@ No modules. |------|-------------|------|---------|:--------:| | [cidr](#input\_cidr) | n/a | `string` | `"10.0.0.0/8"` | no | | [name](#input\_name) | n/a | `string` | n/a | yes | +| [netnum\_offset](#input\_netnum\_offset) | cidrsubnet netnum offset for the subnet. See https://developer.hashicorp.com/terraform/language/functions/cidrsubnet for more details | `number` | `0` | no | | [project\_id](#input\_project\_id) | n/a | `string` | n/a | yes | | [regions](#input\_regions) | The list of regions in which to provision subnets suitable for use with Cloud Run direct VPC egress. | `list(string)` | n/a | yes |