github.com/bengesoff/terraform@v0.3.1-0.20141018223233-b25a53629922/website/source/docs/provisioners/index.html.markdown (about) 1 --- 2 layout: "docs" 3 page_title: "Provisioners" 4 sidebar_current: "docs-provisioners" 5 --- 6 7 # Provisioners 8 9 When a resource is initially created, provisioners can be executed to 10 initialize that resource. This can be used to add resources to an inventory 11 management system, run a configuration management tool, bootstrap the 12 resource into a cluster, etc. 13 14 Use the navigation to the left to read about the available provisioners. 15