How To Use Generic Provisioner In Terraform?
Reading Time: 4 minutes In this blog, we will be learning about what is provisioner and how to use it in terraform configuration files. What are Provisioners? Provisioners in terraform, allow executing specific actions on a local or a remote server. We can add provisioners to any resource directly. The generic provisioners are the ones that are independent of any cloud provider and can be used without them. They Continue Reading