Skip to content

Commit

Permalink
Merge pull request #24271 from hashicorp/f-skaff-fix-readme
Browse files Browse the repository at this point in the history
skaff: Fix readme
  • Loading branch information
YakDriver authored Apr 15, 2022
2 parents 80e5157 + 26d8b4f commit c942e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skaff/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ To use `skaff`, starting in the `terraform-provider-aws` directory:
2. `go install .`
3. Go to the service where your new resource will reside. _E.g._, `cd ../internal/service/mq`.
4. To get help, enter `skaff` without arguments.
5. Generate a resource with helpful comments. _E.g._, `skaff resource --name BrokerReboot --comments` (or equivalently `skaff resource -n BrokerReboot -c`).
5. Generate a resource with helpful comments. _E.g._, `skaff resource --name BrokerReboot` (or equivalently `skaff resource -n BrokerReboot`).

0 comments on commit c942e1d

Please sign in to comment.