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 6060edc commit 04b6b6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vpn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To download the configuration, follow these directions [page 24 from AWS docs](h
# Usage

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

0 comments on commit 04b6b6b

Please sign in to comment.