From 4c0b29f9faec7fe061ca6d4b7b9249c1bac8a559 Mon Sep 17 00:00:00 2001 From: Don Badrak Date: Fri, 28 Jun 2019 14:17:20 -0400 Subject: [PATCH] fix --- ois-scanner/README.md | 2 +- ois-scanner/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ois-scanner/README.md b/ois-scanner/README.md index a8d8b4c..84abf36 100644 --- a/ois-scanner/README.md +++ b/ois-scanner/README.md @@ -1,6 +1,6 @@ # About -This describes how to use the aws-common-securit-grous submodule for ois-scanner. This sets up +This describes how to use the aws-common-securit-groups submodule for ois-scanner. This sets up a module for a security group in the respective VPC. When construting a new VPC, we want to include this module. This should be in each VPC we have, in production. We probably need a similar one for the CAT environment, but we'll tackle that when we get to it. diff --git a/ois-scanner/main.tf b/ois-scanner/main.tf index 846a18d..8c8a3f5 100644 --- a/ois-scanner/main.tf +++ b/ois-scanner/main.tf @@ -1,7 +1,7 @@ /** * # About * -* This describes how to use the aws-common-securit-grous submodule for ois-scanner. This sets up +* This describes how to use the aws-common-securit-groups submodule for ois-scanner. This sets up * a module for a security group in the respective VPC. When construting a new VPC, we want to include * this module. This should be in each VPC we have, in production. We probably need a similar one * for the CAT environment, but we'll tackle that when we get to it.