From 250998fc618c5cdb5c715f4542f8eac2caac5bf7 Mon Sep 17 00:00:00 2001 From: "David.Houck" Date: Tue, 31 Oct 2023 21:01:16 +0000 Subject: [PATCH] make references to the private, public, and database lists in the subnet_ids map clearer, include subnet_ids link --- docs/user/BYOnetwork.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user/BYOnetwork.md b/docs/user/BYOnetwork.md index a3299cc2..98edd5fe 100644 --- a/docs/user/BYOnetwork.md +++ b/docs/user/BYOnetwork.md @@ -8,8 +8,8 @@ You have the option to use existing network resources with SAS Viya 4 Terraform | -: | :--- | :--- | :--- | :--- | :---| | 0|No existing network resources | None | | Not a BYO network scenario | IaC creates the required network resources | | 1|To work with an existing VPC | `vpc_id` | | | Subnets, NAT Gateway and Security Groups| -| 2|To configure all components of your VPC network - Subnets, Routes & associations and optionally Internet and NAT Gateways | `vpc_id`,
`subnet_ids.private`| `nat_id`, `subnet_ids.public`,
and
`subnet_ids.database` |