For the complete documentation index, see llms.txt. This page is also available as Markdown.

Terraform registry credentials

To import Terraform modules from a private registry, you need to provide the credentials to access the registry.

Registry credentials used by Terraform require two pieces of information:

  • The hostname of your private registry

  • The token used to authenticate with the registry

To add new registry credentials, follow these steps:

  1. Click on the Create credentials button and fill in the following information on the Create credentials modal.

    • Name: Name of the credential.

    • Host: Terraform registry hostname.

    • Token: Terraform registry token.

    • Scope:

      • Organization: Credentials will be available to all users in the organization.

      • User (myself): Credentials will be available only to you.

  1. Click on the Create button to save your credentials.

Last updated