github.com/ratanraj/packer@v1.3.2/website/source/intro/getting-started/next.html.md (about)

     1  ---
     2  layout: intro
     3  sidebar_current: intro-getting-started-next
     4  page_title: Next Steps - Getting Started
     5  description: |-
     6    That concludes the getting started guide for Packer. You should now be
     7    comfortable with basic Packer usage, should understand templates, defining
     8    builds, provisioners, etc. At this point you're ready to begin playing with
     9    and using Packer in real scenarios.
    10  ---
    11  
    12  # Next Steps
    13  
    14  That concludes the getting started guide for Packer. You should now be
    15  comfortable with basic Packer usage, should understand templates, defining
    16  builds, provisioners, etc. At this point you're ready to begin playing with and
    17  using Packer in real scenarios.
    18  
    19  From this point forward, the most important reference for you will be the
    20  [documentation](/docs/index.html). The documentation is less of a guide and more of a
    21  reference of all the overall features and options of Packer.
    22  
    23  As you use Packer more, please voice your comments and concerns on the [mailing
    24  list or IRC](/community.html). Additionally, Packer is [open
    25  source](https://github.com/hashicorp/packer) so please contribute if you'd like
    26  to. Contributions are very welcome.