Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Oct 21, 2021
1 parent b3f1a24 commit 691c4d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sas/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 691c4d8

Please sign in to comment.