github.com/atsaki/terraform@v0.4.3-0.20150919165407-25bba5967654/website/source/docs/provisioners/index.html.markdown (about)

     1  ---
     2  layout: "docs"
     3  page_title: "Provisioners"
     4  sidebar_current: "docs-provisioners"
     5  description: |-
     6    When a resource is initially created, provisioners can be executed to initialize that resource. This can be used to add resources to an inventory management system, run a configuration management tool, bootstrap the resource into a cluster, etc.
     7  ---
     8  
     9  # Provisioners
    10  
    11  When a resource is initially created, provisioners can be executed to
    12  initialize that resource. This can be used to add resources to an inventory
    13  management system, run a configuration management tool, bootstrap the
    14  resource into a cluster, etc.
    15  
    16  Use the navigation to the left to read about the available provisioners.
    17