From 691c4d87449e6db3404d86c3ebeedcd2ed75e81c Mon Sep 17 00:00:00 2001 From: badra001 Date: Thu, 21 Oct 2021 14:48:40 -0400 Subject: [PATCH] update --- sas/README.md | 2 +- sas/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sas/README.md b/sas/README.md index d4d5bef..1456abf 100644 --- a/sas/README.md +++ b/sas/README.md @@ -39,7 +39,7 @@ All of the above, plus a `self` option. ## Usage: General Purpose SAS ```hcl -module "app_sas" { +module "sas" { source = "git@github.e.it.census.gov:terraform-modules/aws-common-security-groups.git//sas" vpc_id = var.vpc_id diff --git a/sas/main.tf b/sas/main.tf index a94dc33..8da9f43 100644 --- a/sas/main.tf +++ b/sas/main.tf @@ -40,7 +40,7 @@ * ## Usage: General Purpose SAS * * ```hcl -* module "app_sas" { +* module "sas" { * source = "git@github.e.it.census.gov:terraform-modules/aws-common-security-groups.git//sas" * * vpc_id = var.vpc_id