This is a lightweight Terraform module registry
Firstly, request a token to be generated by Developer Experience in #developer-exp
Authenticate to the Terraform Registry by creating a .terraformrc
file in your home directory
touch ~/.terraformrc
Paste the following into .terraformrc
, substituting the placeholder <token>
for your token.
credentials "terraform.ovotech.org.uk" {
token = "<token>"
}