Click here to Skip to main content
15,884,176 members
Articles / Containers / Virtual Machine

Working With Modules in Terraform

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
27 Feb 2020CPOL4 min read 9.4K  
How to create your first module in Terraform
The purpose of this post is to walk you through creating your first module in Terraform, and give you an idea of how to do this so that it benefits you. Presented here is probably the most simplistic module I can think of, but it illustrates how to hit the ground running and create new modules, or even use existing modules in your code.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
My name is Kevin Mack, I'm a software developer in the Harrisburg Area. I have been a software developer since 2005, and in that time have worked on a large variety of projects. Everything from small applications, to mobile and Enterprise solutions. I love technology and enjoy my work and am always looking to learn something new. In my spare time I love spending time with my family, and learning new ways to leverage technology to make people's lives better. If you ask me what I do, I'll probably tell you I can paid to solve problems all-day-every-day.

Check out my blog at https://kmack.azurewebsites.net/ and https://totalalm.azurewebsites.net/

Comments and Discussions