You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
The Nitric Terraform providers are currently in preview, to enable them you'll need to enable beta-providers in your Nitric project. You can do this by adding the following to your project's nitric.yaml file:
145
+
The Nitric Terraform providers are currently in preview, to enable them you'll need to enable beta-providers in your Nitric project. You can do this by adding the following to your project's `nitric.yaml` file:
146
146
147
147
```
148
148
preview:
@@ -155,7 +155,7 @@ Once you've created your Nitric stack, you can generate the Terraform code by ru
155
155
nitric up
156
156
```
157
157
158
-
This will generate the Terraform code for your Nitric application into a folder named cdktf.out by default.
158
+
This will generate the Terraform code for your Nitric application into a folder named `cdktf.out` by default.
0 commit comments