Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 14, 2021
1 parent 22f470c commit 0e5b65d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flowlogs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ per VPC. You will need to run the flow logs role once before (aws-vpc-setup/flo
# Usage

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

0 comments on commit 0e5b65d

Please sign in to comment.