Skip to content

ovotech/terraform-registry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Serverless Terraform Registry

This is a lightweight Terraform module registry

Authentication

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>"
}

About

A serverless terraform registry for AWS

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.5%
  • Makefile 4.6%
  • Shell 2.2%
  • HCL 0.7%