Skip to content

Commit

Permalink
Merge pull request #2 from trussworks/mk-fix-doc-ref
Browse files Browse the repository at this point in the history
Fix docs on how to use this module
  • Loading branch information
Michael Kania authored Aug 26, 2019
2 parents f0bfebb + 0bdc526 commit 9cd316c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Creates the following resources:

```hcl
module "aws_mfa" {
source = "trussworks/logs/mfa"
source = "trussworks/mfa/aws"
iam_groups = ["engineers"]
iam_users = ["joe"]
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*
* ```hcl
* module "aws_mfa" {
* source = "trussworks/logs/mfa"
* source = "trussworks/mfa/aws"
*
* iam_groups = ["engineers"]
* iam_users = ["joe"]
Expand Down

0 comments on commit 9cd316c

Please sign in to comment.