diff --git a/website/docs/cloud-docs/registry/test.mdx b/website/docs/cloud-docs/registry/test.mdx index e3137c458..4617ea601 100644 --- a/website/docs/cloud-docs/registry/test.mdx +++ b/website/docs/cloud-docs/registry/test.mdx @@ -44,6 +44,10 @@ To add environment variables to your module's tests: 1. Provide a **Key** and **Value** for your environment variable, and if you want to protect the variable's value, click the **Sensitive** checkbox. `TF_VAR_x` variables of a string type that are not defined in a config must be wrapped in double-quotes. 1. Click **Add variable** to save it. +## Provider configurations + +You can define test-specific provider configurations that HCP Terraform will use for testing. For guidance on how to implement a test-specific provider configuration, please refer to the [Terraform Test documentation](/terraform/language/tests#providers). + ## Generated module tests