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

Commit 21f8c30

Browse files
raksivdavemooreuws
andauthored
add a note to where the TF project will go so that users know they ca… (#585)
Co-authored-by: David Moore <[email protected]>
1 parent 80d0a53 commit 21f8c30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pages/reference/providers/terraform.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ nitric up
7070
generate the Terraform code.
7171
</Note>
7272

73-
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:
73+
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.
74+
75+
To deploy the application using Terraform, you can navigate into your Terraform stack directory and use the standard Terraform commands:
7476

7577
```bash
7678
terraform init

0 commit comments

Comments
 (0)