Skip to content
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
7 changes: 7 additions & 0 deletions docs/terraform-provider/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,13 @@ The Qovery Terraform provider supports managing:

## Best Practices

<Tip>
We always recommend following Terraform best practices. Please refer to the
[HashiCorp Terraform Best Practices documentation](https://developer.hashicorp.com/terraform/cloud-docs/recommended-practices)
for guidance on structuring your configurations, managing state, and working
effectively in teams.
</Tip>

### Use Variables

Keep tokens in environment variables, not in code:
Expand Down
Loading