github.com/maheshbr/terraform@v0.3.1-0.20141020033300-deec7194a3ea/website/source/docs/modules/index.html.markdown (about)

     1  ---
     2  layout: "docs"
     3  page_title: "Modules"
     4  sidebar_current: "docs-modules"
     5  ---
     6  
     7  # Modules
     8  
     9  Modules in terraform are self-contained packages of Terraform configurations
    10  that are managed as a group. Modules are used to create reusable components
    11  in Terraform as well as for basic code organization.
    12  
    13  Modules are very easy to both use and create. Depending on what you're
    14  looking to do first, use the navigation on the left to dive into how
    15  modules work.