From a05bbac6c4de998624430e0f2eac280cc7ecd11c Mon Sep 17 00:00:00 2001 From: badra001 Date: Thu, 21 Oct 2021 15:13:24 -0400 Subject: [PATCH] fix docs --- sas/README.md | 3 +-- sas/main.tf | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sas/README.md b/sas/README.md index a53501b..fd7ff10 100644 --- a/sas/README.md +++ b/sas/README.md @@ -15,8 +15,7 @@ The list of SAS ports is as follows: | SAS Environment Manager Dashboard Port (HTTP) | TCP | 7080-7090 | Inbound | | | SAS Document Conversion | TCP | 7111 | Inbound | | | SAS Environment Manager Dashboard Secure Port (HTTPS) | TCP | 7443 | Inbound | | -| SAS/CONNECT Spawner Operator | TCP | 7540-7560 | Inbound | | -| SAS/CONNECT Server | TCP | Inbound | | +| SAS/CONNECT | TCP | 7540-7560 | Inbound | | | SAS Web Server HTTP Port | TCP | 7980-7990 | Inbound | | | SAS Web Server HTTPS Port | TCP | 8343-8353 | Inbound | | | SAS Web Application Server HTTPS Server 1 Port | TCP | 8443-8453 | Inbound | | diff --git a/sas/main.tf b/sas/main.tf index 8da9f43..6e116ad 100644 --- a/sas/main.tf +++ b/sas/main.tf @@ -16,8 +16,7 @@ * | SAS Environment Manager Dashboard Port (HTTP) | TCP | 7080-7090 | Inbound | | * | SAS Document Conversion | TCP | 7111 | Inbound | | * | SAS Environment Manager Dashboard Secure Port (HTTPS) | TCP | 7443 | Inbound | | -* | SAS/CONNECT Spawner Operator | TCP | 7540-7560 | Inbound | | -* | SAS/CONNECT Server | TCP | Inbound | | +* | SAS/CONNECT | TCP | 7540-7560 | Inbound | | * | SAS Web Server HTTP Port | TCP | 7980-7990 | Inbound | | * | SAS Web Server HTTPS Port | TCP | 8343-8353 | Inbound | | * | SAS Web Application Server HTTPS Server 1 Port | TCP | 8443-8453 | Inbound | |