How to Use Terraform for Infrastructure Automation
Let's understand what a Provisioner is.
In Terraform, a provisioner is a tool used to run scripts or commands on a local or remote resource when it's being created or destroyed.
Provisioners are often used to set up a system, configure software, or...
amittashok.hashnode.dev5 min read