Creating Terraform Module and Push into Terraform Registry.

Tanmay Chauhan
2 min readJul 16, 2021

--

Task Description:-

Create a custom terraform module after doing research on the existing ones. Try to generate module that fulfills some usecase, follow the standards and push it to the registry with documentation.

Step 1: Create a terraform code for any topic in which its doing some functionality and save it into the github repository.

Step 2: Give some version name to your github repository like v1.0 or v1.0.0, etc.

Step 3: Now go to terraform terraform registry and sign up using github. After signing up go publish and select module.

Step 4: Now select the github repository where the module is stored and click on publish module.

Now you can see your terraform module has been successfully created and its pushed into the terraform registry. Now anyone can use your model in there code for the required functionality.

Thank you for reading!!!!!

--

--

No responses yet