Terraform registry credentials
Last updated
Last updated
In order 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 information:
The hostname of your private registry
The token used to authenticate with the registry
To add a new registry credentials, follow these steps:
Go to the Registry credentials page.
Click on New credentials and set the credentials information in the displayed window:
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 :::warning Credentials scope can only be set at creation. You will not be able to change credentials scope after creation. :::
Click on create to store your credential