Skip to content

Commit

Permalink
fixing command in readme to run pike
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Parmar committed Aug 10, 2022
1 parent ce190fa commit d40a083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ To scan a directory of Terraform file:
You can also generate the policy as Terraform instead:

```bash
$pike -o terraform -d ..\modules\aws\terraform-aws-activemq\ scan
./pike -o terraform -d ..\modules\aws\terraform-aws-activemq\ scan
resource "aws_iam_policy" "terraformXVlBzgba" {
name = "terraformXVlBzgba"
path = "/"
Expand Down Expand Up @@ -150,7 +150,7 @@ resource "aws_iam_policy" "terraformXVlBzgba" {

Pike can now be used to update a projects README.md file:

>$pike -o terraform -d ..\modules\aws\terraform-aws-activemq\ readme
./pike -o terraform -d ..\modules\aws\terraform-aws-activemq\ readme

This looks in the readme for the deliminators:

Expand Down

0 comments on commit d40a083

Please sign in to comment.