Provisioners Introduction
In this lesson we'll discuss Terraform provisioners in detail.
We'll cover the following
Terraform provisioner
A provisioner in Terraform can run a script either remotely or locally after a resource has been created. Hashicorp added provisioners to Terraform to allow for certain scenarios that are not natively supported by the provider you are using. I include them here for completeness. However, Hashicorp recommends that they are a last resort as they are imperative. Therefore, Terraform has no way of knowing how to apply a change you make to your script to the real world like it does with normal resources.
Get hands-on with 1400+ tech skills courses.