Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit e946f91

Browse files
Apply suggestions from code review
Co-authored-by: Ryan Cartwright <[email protected]>
1 parent e7214e4 commit e946f91

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/guides/terraform/checkov.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ This guide assumes that you have already [installed Checkov](https://www.checkov
1818

1919
## What we'll be doing
2020

21-
1. Create and set up your application.
22-
2. Deploying to AWS with a Terraform provider.
23-
3. Run Checkov.
21+
1. Creating and setting up your application.
22+
2. Generating a Terraform plan with a Nitric Terraform provider.
23+
3. Running Checkov.
2424

2525
## Create and set up your application
2626

@@ -34,8 +34,6 @@ nitric new my-profile-api ts-starter
3434

3535
Next, open the project in your editor of choice and make sure all dependencies are resolved:
3636

37-
Using NPM:
38-
3937
```bash
4038
npm install
4139
```

0 commit comments

Comments
 (0)