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

Commit e76841d

Browse files
authored
Apply suggestions from code review
1 parent 10040ab commit e76841d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/terraform/checkov.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Checkov can be used with any Nitric project that you intend to deploy with Terra
2828

2929
Let's start by creating a new project from a Nitric template, this will provide a base to start building the API.
3030

31-
```typescript
31+
```bash
3232
nitric new my-profile-api ts-starter
3333
```
3434

@@ -48,7 +48,7 @@ nitric start
4848

4949
## Deploying to AWS with a Terraform provider
5050

51-
To deploy your application with Terraform you'll need to use Nitric's Terraform providers. You can learn more about using Nitric with Terraform here.
51+
To deploy your application with Terraform you'll need to use Nitric's Terraform providers. You can learn more about using Nitric with Terraform [here](/providers/terraform).
5252

5353
```bash
5454
nitric stack new dev aws-tf
@@ -103,4 +103,4 @@ The Checkov policy ‘CKV_AWS_136‘ checks specifically for SSE-KMS using a cus
103103

104104
This finding might not always be relevant because, by default, Amazon ECR encrypts container images at rest using Amazon S3 server-side encryption (SSE-S3). That means your images are always encrypted, even if you don’t explicitly configure a KMS key.
105105

106-
If you have any concerns, please don't hesitate to [reach out](https://discord.com/invite/Webemece5C).
106+
If you have any concerns, please don't hesitate to [reach out](https://nitric.io/chat).

0 commit comments

Comments
 (0)