Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 3, 2021
1 parent 6605349 commit 6060edc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion security-groups/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and associated submodules.
# Usage

```hcl
module "vpc-base-security-groups"
module "vpc-base-security-groups" {
source = "git@github.e.it.census.gov:terraform-modules/aws-vpc-setup.git//security-groups"
vpc_id = "vpc-1234568"
vpc_full_name = "vpc2-dice-dev"
Expand Down
2 changes: 1 addition & 1 deletion security-groups/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* # Usage
*
* ```hcl
* module "vpc-base-security-groups"
* module "vpc-base-security-groups" {
* source = "git@github.e.it.census.gov:terraform-modules/aws-vpc-setup.git//security-groups"
* vpc_id = "vpc-1234568"
* vpc_full_name = "vpc2-dice-dev"
Expand Down

0 comments on commit 6060edc

Please sign in to comment.