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