github.com/adamar/terraform@v0.2.2-0.20141016210445-2e703afdad0e/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