Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/pages/reference/providers/terraform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ nitric up
generate the Terraform code.
</Note>

This will generate the Terraform code for your Nitric application. To deploy the application using Terraform, you can navigate into your Terraform stack directory and use the standard Terraform commands:
This will generate the Terraform code for your Nitric application into a folder named `cdktf.out` by default. You can change this via the `outdir` property and inspect the code before deploying.

To deploy the application using Terraform, you can navigate into your Terraform stack directory and use the standard Terraform commands:

```bash
terraform init
Expand Down